See: Description
| Interface | Description |
|---|---|
| JsonArray |
JsonArray class represents an immutable JSON array value
(an ordered sequence of zero or more values). |
| JsonFeature |
JSON feature configures the behaviour of parsing and generation of JSON.
|
| JsonNumber |
JsonNumber represents an immutable JSON number value |
| JsonObject |
JsonObject class represents an immutable JSON object value
(an unordered collection of zero or more name/value pairs). |
| JsonString |
JsonString represents an immutable JSON string value. |
| JsonStructure | |
| JsonValue |
JsonValue represents a JSON value. |
| Class | Description |
|---|---|
| Json | |
| 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.
|
| JsonObjectBuilder |
Builds a
JsonObject from scratch. |
| JsonReader | |
| JsonWriter |
| Enum | Description |
|---|---|
| JsonNumber.NumberType |
JSON number type that is used to find out if a number is numerically
integer or a decimal.
|
| JsonValue.ValueType |
JSON value type
|
| Exception | Description |
|---|---|
| JsonException |
JsonException indicates some exception happened during
JSON processing. |
object and array
from scratch.Copyright © 2013. All Rights Reserved.