Reference Implementation for j(s)-lib JSON API

JSON parser and serializer for objects with not restricted complexity.

License

License

The Apache License, Version 2.0
Categories

Categories

JavaScript Languages JSON Data
GroupId

GroupId

com.js-lib
ArtifactId

ArtifactId

js-json
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Reference Implementation for j(s)-lib JSON API
JSON parser and serializer for objects with not restricted complexity.
Project URL

Project URL

https://github.com/js-lib-com/json
Source Code Management

Source Code Management

https://github.com/js-lib-com/json

Download js-json

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.js-lib : js-commons jar 1.2.0
com.js-lib : js-json-api jar 2.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

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.

com.js-lib

java(script) libraries

Set of APIs and libraries for Java and JavaScript.

Versions

Version
2.0.0
1.0.2
1.0.1
1.0.0