Last Version

JSON in Java 0.66.0.1

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.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.jwebmp
ArtifactId

ArtifactId

json
Version

Version

0.66.0.1
Type

Type

jar
Description

Description

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 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.
Project URL

Project URL

https://github.com/douglascrockford/JSON-java
Project Organization

Project Organization

Marc Magon
Source Code Management

Source Code Management

https://github.com/douglascrockford/JSON-java.git

Download json 0.66.0.1


<!-- https://jarcasting.com/artifacts/com.jwebmp/json/ -->
<dependency>
    <groupId>com.jwebmp</groupId>
    <artifactId>json</artifactId>
    <version>0.66.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp/json/
implementation 'com.jwebmp:json:0.66.0.1'
// https://jarcasting.com/artifacts/com.jwebmp/json/
implementation ("com.jwebmp:json:0.66.0.1")
'com.jwebmp:json:jar:0.66.0.1'
<dependency org="com.jwebmp" name="json" rev="0.66.0.1">
  <artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp', module='json', version='0.66.0.1')
)
libraryDependencies += "com.jwebmp" % "json" % "0.66.0.1"
[com.jwebmp/json "0.66.0.1"]

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
com.jayway.jsonpath : json-path jar 2.1.0
org.mockito : mockito-core jar 2.23.4

Project Modules

There are no modules declared in this project.