JSON in Java(20131018)
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. ...
Group Id | org.json |
Artifact Id | json |
Version | 20131018 |
Parent | oss-parent |
Packaging | jar |
URL | https://github.com/douglascrockford/JSON-java |
Badge |
|
License |
|
Last Updated | Oct 18, 2013 |
Last Sync Time | Nov 3, 2021 |
Download | Source | Jar | Javadoc | Pom | View All |
Javadoc | Sync Now |
Source | Sync Now |
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20131018</version> </dependency>
implementation group: 'org.json', name: 'json', version: '20131018'
implementation 'org.json:json:20131018'
implementation("org.json:json:20131018")
libraryDependencies += "org.json" % "json" % "20131018"
<dependency org="org.json" name="json" rev="20131018"/>
@Grapes( @Grab(group='org.json', module='json', version='20131018') )
[org.json/json "20131018"]
'org.json:json:jar:20131018'
Developers
Name | Developer ID | Organization | Roles |
Douglas Crockford |