[top] / org / json /
json /
20160810
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. The license includes this restriction: "The software shall be used for good, not evil." If your conscience cannot live with that, then choose a different package.
Repository |
external |
Group ID |
org.json |
Artifact ID |
json |
Version |
20160810 |
Packaging |
bundle |
Parent |
org.sonatype.oss oss-parent 9
(View)
|
POM Snippet
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
<type>bundle</type>
</dependency>
Other Details
SCM