JSON in Java(20180813)
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 | 20180813 |
Parent | oss-parent |
Packaging | bundle |
URL | https://github.com/douglascrockford/JSON-java |
Badge |
|
License |
|
Last Updated | Aug 14, 2018 |
Last Sync Time | Nov 4, 2021 |
Download | Source | 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>20180813</version> </dependency>
implementation group: 'org.json', name: 'json', version: '20180813'
implementation 'org.json:json:20180813'
implementation("org.json:json:20180813")
libraryDependencies += "org.json" % "json" % "20180813"
<dependency org="org.json" name="json" rev="20180813"/>
@Grapes( @Grab(group='org.json', module='json', version='20180813') )
[org.json/json "20180813"]
'org.json:json:jar:20180813'
Dependencies
Group Id | Artifact Id | Scope |
junit | junit | test |
com.jayway.jsonpath | json-path | test |
org.mockito | mockito-core | test |
Developers
Name | Developer ID | Organization | Roles |
Douglas Crockford |