Package javax.json.bind


package javax.json.bind
Provides JSON Binding API, which enables binding Java objects from and to JSON documents. Main user entry points to the API is JsonbBuilder which builds Jsonb instances.
Since:
JSON Binding 1.0
  • Class
    Description
    Jsonb provides an abstraction over the JSON Binding framework operations:
    JsonbBuilder class provides the client's entry point to the JSON Binding API.
    Supported Properties
    Root class for all JSON Binding exceptions.