Last Version

JSONx Binding 0.3.2

The JSON/Java Binding API is designed to bind JSON documents to Java objects. More specifically, the JSON/Java Binding API provides a way for JSON objects whose structure is expressed in the JSON Schema Definition Language to be parsed and marshaled, to and from Java objects of strongly-typed classes. The JSON/Java Binding API can also be used to validate JSON documents as they are parsed from text or marshaled from Java objects against a JSD. Thus, the JSON/Java Binding API is a reference implementation of the validation and binding functionalities of the JSON Schema Definition Language.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonx
ArtifactId

ArtifactId

binding
Version

Version

0.3.2
Type

Type

jar
Description

Description

JSONx Binding
The JSON/Java Binding API is designed to bind JSON documents to Java objects. More specifically, the JSON/Java Binding API provides a way for JSON objects whose structure is expressed in the JSON Schema Definition Language to be parsed and marshaled, to and from Java objects of strongly-typed classes. The JSON/Java Binding API can also be used to validate JSON documents as they are parsed from text or marshaled from Java objects against a JSD. Thus, the JSON/Java Binding API is a reference implementation of the validation and binding functionalities of the JSON Schema Definition Language.
Project Organization

Project Organization

JSONx

Download binding 0.3.2


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

Dependencies

compile (5)

Group / Artifact Type Version
org.libj : math jar 0.6.6
org.libj : net jar 0.5.2
org.openjax : json jar 0.9.3
org.libj : logging jar 0.4.5
ch.qos.logback : logback-classic jar 1.2.3

test (3)

Group / Artifact Type Version
org.libj : test jar 0.7.1
junit : junit jar 4.12
org.mockito : mockito-core jar 3.1.0

Project Modules

There are no modules declared in this project.