o

org.everit.osgi.bundles.org.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. The package compiles on Java 1.2 thru Java 1.4.
https://github.com/douglascrockford/JSON-java
The JSON License
Douglas Crockford
Files download
File Operation
org.everit.osgi.bundles.org.json-1.0.0-v20140107.jar download
org.everit.osgi.bundles.org.json-1.0.0-v20140107.pom download
org.everit.osgi.bundles.org.json-1.0.0-v20140107-sources.jar download
Apache Maven
<dependency>
  <groupId>org.everit.osgi.bundles</groupId>
  <artifactId>org.everit.osgi.bundles.org.json</artifactId>
  <version>1.0.0-v20140107</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.everit.osgi.bundles:org.everit.osgi.bundles.org.json:1.0.0-v20140107'
Gradle Kotlin
implementation("org.everit.osgi.bundles:org.everit.osgi.bundles.org.json:1.0.0-v20140107")
Scala SBT
libraryDependencies += "org.everit.osgi.bundles" % "org.everit.osgi.bundles.org.json" % "1.0.0-v20140107"
Groovy Grape
@Grapes(
  @Grab(group='org.everit.osgi.bundles', module='org.everit.osgi.bundles.org.json', version='1.0.0-v20140107')
)
Apache Ivy
<dependency org="org.everit.osgi.bundles" name="org.everit.osgi.bundles.org.json" rev="1.0.0-v20140107" />
Leiningen
[org.everit.osgi.bundles/org.everit.osgi.bundles.org.json "1.0.0-v20140107"]
Apache Buildr
'org.everit.osgi.bundles:org.everit.osgi.bundles.org.json:jar:1.0.0-v20140107'