j

json

JSON is a light-weight, language independent, data interchange format. 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 distribution is based off commit number 3e3951f1259 from https://github.com/douglascrockford/JSON-java.
http://www.json.org/java/index.html
JSON License
Files download
File Operation
json-1.0.0.jar download
json-1.0.0.pom download
json-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.unboundid.components</groupId>
  <artifactId>json</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.unboundid.components:json:1.0.0'
Gradle Kotlin
implementation("com.unboundid.components:json:1.0.0")
Scala SBT
libraryDependencies += "com.unboundid.components" % "json" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.unboundid.components', module='json', version='1.0.0')
)
Apache Ivy
<dependency org="com.unboundid.components" name="json" rev="1.0.0" />
Leiningen
[com.unboundid.components/json "1.0.0"]
Apache Buildr
'com.unboundid.components:json:jar:1.0.0'