The JSON/Java Runtime API is designed to bind JSON documents to Java objects. More specifically, the JSON/Java Runtime 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 Runtime 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 Runtime API ...

Artifacts using JSONx Runtime (5)
Sort by:Popular

The JSD Binding Generator consumes a JSD schema, and produces Java classes in the form of .java files. The generated classes have code that relies on the JSON/Java Binding API to achieve binding between JSON documents conforming to a JSD ...
Last Release on Feb 27, 2024
JAX-RS Integration for JSONx is implemented to the specification of the JAX-RS API. JAX-RS Integration for JSONx implements the MessageBodyReader and MessageBodyWriter interfaces in JxObjectProvider to integrate with JAX-RS server runtimes.
Last Release on Feb 27, 2024
JSONx Sample Bank: An example related to bank account transactions.
Last Release on Feb 27, 2024
JSONx Sample CDC: Consumer Driven Contracts.
Last Release on Feb 27, 2024
JSONx Sample Invoice: An example related to invoices.
Last Release on Feb 27, 2024
  • Prev
  • 1
  • Next