Last Version

org.json 62

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

GUI User Interface Guice Application Layer Libs Dependency Injection JSON Data
GroupId

GroupId

com.guicedee.services
ArtifactId

ArtifactId

json
Version

Version

62
Type

Type

jar
Description

Description

org.json
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 62


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

Dependencies

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8
org.mapstruct : mapstruct-processor jar 1.3.0.Final

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.0-M1
org.hamcrest : hamcrest-all jar 1.3
org.assertj : assertj-core jar 3.12.2
org.mockito : mockito-core jar 3.0.0
com.h2database : h2 jar 1.4.199

Project Modules

There are no modules declared in this project.