j

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. The license includes this restriction: "The software shall be used for good, not evil." If your conscience cannot live with that, then choose a different package.
https://github.com/douglascrockford/JSON-java
The JSON License
Douglas Crockford GedMarc
Files download
File Operation
json-0.63.0.19.jar download
json-0.63.0.19.pom download
json-0.63.0.19-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jwebmp.jre11</groupId>
  <artifactId>json</artifactId>
  <version>0.63.0.19</version>
</dependency>
Gradle Groovy
implementation 'com.jwebmp.jre11:json:0.63.0.19'
Gradle Kotlin
implementation("com.jwebmp.jre11:json:0.63.0.19")
Scala SBT
libraryDependencies += "com.jwebmp.jre11" % "json" % "0.63.0.19"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp.jre11', module='json', version='0.63.0.19')
)
Apache Ivy
<dependency org="com.jwebmp.jre11" name="json" rev="0.63.0.19" />
Leiningen
[com.jwebmp.jre11/json "0.63.0.19"]
Apache Buildr
'com.jwebmp.jre11:json:jar:0.63.0.19'