Last Version

JSON in Java 1.0.0

JSON is a light-weight, language independent, data interchange format. 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 distribution is based off commit number 3e3951f1259 from https://github.com/douglascrockford/JSON-java.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.unboundid.components
ArtifactId

ArtifactId

json
Version

Version

1.0.0
Type

Type

jar
Description

Description

JSON in Java
JSON is a light-weight, language independent, data interchange format. 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 distribution is based off commit number 3e3951f1259 from https://github.com/douglascrockford/JSON-java.

Download json 1.0.0


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.