json

json

JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully.
https://github.com/douglascrockford/JSON-java
Public Domain
Douglas Crockford
Files download
File Operation
json-20220924.jar download
json-20220924.pom download
json-20220924-sources.jar download
Apache Maven
<dependency>
  <groupId>org.json</groupId>
  <artifactId>json</artifactId>
  <version>20220924</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.json:json:20220924'
Gradle Kotlin
implementation("org.json:json:20220924")
Scala SBT
libraryDependencies += "org.json" % "json" % "20220924"
Groovy Grape
@Grapes(
  @Grab(group='org.json', module='json', version='20220924')
)
Apache Ivy
<dependency org="org.json" name="json" rev="20220924" />
Leiningen
[org.json/json "20220924"]
Apache Buildr
'org.json:json:jar:20220924'