JSON in Java(20151123)
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 | 20151123 |
Parent | oss-parent |
Packaging | jar |
URL | https://github.com/douglascrockford/JSON-java |
Badge |
|
License |
|
Last Updated | Nov 24, 2015 |
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>20151123</version> </dependency>
implementation group: 'org.json', name: 'json', version: '20151123'
implementation 'org.json:json:20151123'
implementation("org.json:json:20151123")
libraryDependencies += "org.json" % "json" % "20151123"
<dependency org="org.json" name="json" rev="20151123"/>
@Grapes( @Grab(group='org.json', module='json', version='20151123') )
[org.json/json "20151123"]
'org.json:json:jar:20151123'
Developers
Name | Developer ID | Organization | Roles |
Douglas Crockford |