b

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.
Files download
File Operation
binding-0.4.0.jar download
binding-0.4.0.pom download
binding-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jsonx</groupId>
  <artifactId>binding</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.jsonx:binding:0.4.0'
Gradle Kotlin
implementation("org.jsonx:binding:0.4.0")
Scala SBT
libraryDependencies += "org.jsonx" % "binding" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jsonx', module='binding', version='0.4.0')
)
Apache Ivy
<dependency org="org.jsonx" name="binding" rev="0.4.0" />
Leiningen
[org.jsonx/binding "0.4.0"]
Apache Buildr
'org.jsonx:binding:jar:0.4.0'