is not current version
Last Version 0.66.0.1

com.jwebmp:json 0.65.0.2

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.

Categories

Categories

JSON Data
GroupId

GroupId

com.jwebmp
ArtifactId

ArtifactId

json
Version

Version

0.65.0.2
Type

Type

jar

Download json 0.65.0.2


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