is not current version
Last Version 20220320

org.json:json 20090211

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

Categories

Categories

JSON Data
GroupId

GroupId

org.json
ArtifactId

ArtifactId

json
Version

Version

20090211
Type

Type

jar

Download json 20090211


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