| Package | Description | 
|---|---|
| javax.json | Java API for JSON Processing API provides a way to process
 (for e.g. | 
| javax.json.spi | SPI to plugin implementations for  JsonParserandJsonGeneratorportably. | 
| javax.json.stream | Provides a streaming API to parse and generate
 JSON. | 
| Class and Description | 
|---|
| JsonArray JsonArrayclass represents an immutable JSON array value
 (an ordered sequence of zero or more values). | 
| JsonArrayBuilder Builds a  JsonArrayfrom scratch. | 
| JsonConfiguration JSON configuration is a set features that is used to configure the
 behaviour of parsing and generation of JSON. | 
| JsonFeature JSON feature configures the behaviour of parsing and generation of JSON. | 
| JsonNumber.NumberType JSON number type that is used to find out if a number is numerically
 integer or a decimal. | 
| JsonObject JsonObjectclass represents an immutable JSON object value
 (an unordered collection of zero or more name/value pairs). | 
| JsonObjectBuilder Builds a  JsonObjectfrom scratch. | 
| JsonStructure | 
| JsonValue JsonValuerepresents a JSON value. | 
| JsonValue.ValueType JSON value type | 
| Class and Description | 
|---|
| JsonConfiguration JSON configuration is a set features that is used to configure the
 behaviour of parsing and generation of JSON. | 
| Class and Description | 
|---|
| JsonArray JsonArrayclass represents an immutable JSON array value
 (an ordered sequence of zero or more values). | 
| JsonException JsonExceptionindicates some exception happened during
 JSON processing. | 
| JsonNumber.NumberType JSON number type that is used to find out if a number is numerically
 integer or a decimal. | 
| JsonObject JsonObjectclass represents an immutable JSON object value
 (an unordered collection of zero or more name/value pairs). | 
| JsonValue JsonValuerepresents a JSON value. | 
Copyright © 2013. All Rights Reserved.