JavaScript Object Notation Binding2.01.0
JavaScript Object Notation Binding
2.0
1.0
The Java API for JSON Binding (JSON-B) feature provides a standard for converting between Java objects and JavaScript Object Notation (JSON).
Enabling this feature
To enable the JavaScript Object Notation Binding 1.0 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>jsonb-1.0</feature>
Standard API packages provided by this feature
javax.json.bind
javax.json.bind.adapter
javax.json.bind.annotation
javax.json.bind.config
javax.json.bind.serializer
javax.json.bind.spi