Reference Implementation for j(s)-lib JSON API
This project is the reference implementation of JSON API. It provides JSON parser and serializer for objects with not restricted complexity.
License |
License
The Apache License, Version 2.0
|
---|---|
Categories |
CategoriesJavaScript Languages JSON Data |
GroupId | GroupIdcom.js-lib |
ArtifactId | ArtifactIdjs-json |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReference Implementation for j(s)-lib JSON API
JSON parser and serializer for objects with not restricted complexity.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
js-json-2.0.0.pom | |
js-json-2.0.0.jar | 33 KB |
js-json-2.0.0-sources.jar | 29 KB |
js-json-2.0.0-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.js-lib/js-json/ -->
<dependency>
<groupId>com.js-lib</groupId>
<artifactId>js-json</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.js-lib/js-json/
implementation 'com.js-lib:js-json:2.0.0'
// https://jarcasting.com/artifacts/com.js-lib/js-json/
implementation ("com.js-lib:js-json:2.0.0")
'com.js-lib:js-json:jar:2.0.0'
<dependency org="com.js-lib" name="js-json" rev="2.0.0">
<artifact name="js-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.js-lib', module='js-json', version='2.0.0')
)
libraryDependencies += "com.js-lib" % "js-json" % "2.0.0"
[com.js-lib/js-json "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.js-lib : js-commons | jar | 1.2.0 |
com.js-lib : js-json-api | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
This project is the reference implementation of JSON API. It provides JSON parser and serializer for objects with not restricted complexity.