| 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
JsonParser
and JsonGenerator portably. |
| javax.json.stream |
Provides a streaming API to parse and generate
JSON.
|
| Class and Description |
|---|
JsonArray
JsonArray class represents an immutable JSON array value
(an ordered sequence of zero or more values). |
| JsonArrayBuilder
Builds a
JsonArray from 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
JsonObject class represents an immutable JSON object value
(an unordered collection of zero or more name/value pairs). |
| JsonObjectBuilder
Builds a
JsonObject from scratch. |
| JsonStructure |
JsonValue
JsonValue represents 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
JsonArray class represents an immutable JSON array value
(an ordered sequence of zero or more values). |
JsonException
JsonException indicates 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
JsonObject class represents an immutable JSON object value
(an unordered collection of zero or more name/value pairs). |
JsonValue
JsonValue represents a JSON value. |
Copyright © 2013. All Rights Reserved.