is not current version
Last Version 20220320

org.json:json 20150729

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.

Categories

Categories

JSON Data
GroupId

GroupId

org.json
ArtifactId

ArtifactId

json
Version

Version

20150729
Type

Type

jar

Download json 20150729


<!-- https://jarcasting.com/artifacts/org.json/json/ -->
<dependency>
    <groupId>org.json</groupId>
    <artifactId>json</artifactId>
    <version>20150729</version>
</dependency>
// https://jarcasting.com/artifacts/org.json/json/
implementation 'org.json:json:20150729'
// https://jarcasting.com/artifacts/org.json/json/
implementation ("org.json:json:20150729")
'org.json:json:jar:20150729'
<dependency org="org.json" name="json" rev="20150729">
  <artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.json', module='json', version='20150729')
)
libraryDependencies += "org.json" % "json" % "20150729"
[org.json/json "20150729"]