j

json-java

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/42Crunch/JSON-java
The JSON License
42Crunch
Anton Krasovsky
Files download
File Operation
json-java-1.1.jar download
json-java-1.1.pom download
json-java-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.xliic</groupId>
  <artifactId>json-java</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.xliic:json-java:1.1'
Gradle Kotlin
implementation("com.xliic:json-java:1.1")
Scala SBT
libraryDependencies += "com.xliic" % "json-java" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.xliic', module='json-java', version='1.1')
)
Apache Ivy
<dependency org="com.xliic" name="json-java" rev="1.1" />
Leiningen
[com.xliic/json-java "1.1"]
Apache Buildr
'com.xliic:json-java:jar:1.1'