License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonx |
ArtifactId | ArtifactIdbinding |
Version | Version0.3.2 |
Type | Typejar |
Description |
DescriptionJSONx 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 OrganizationJSONx |
Filename | Size |
---|---|
binding-0.3.2.pom | |
binding-0.3.2.jar | 76 KB |
binding-0.3.2-tests.jar | 71 KB |
binding-0.3.2-sources.jar | 60 KB |
binding-0.3.2-javadoc.jar | 152 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : test | jar | 0.7.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |