JSON in Java
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 ...
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 | 2013-10-18T09:09:21+00:00 |
Download | Jar | Pom | View All |
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:20131018'
Developers
Name | Developer ID | Organization |
Douglas Crockford |