| Interface | Description |
|---|---|
| JSONReader |
Interface for reading a JSON document.
|
| Class | Description |
|---|---|
| ImmutableJSONDocument | |
| JSONDocument |
An in-memory representation of a JSON node.
|
| JSONDocument.IteratorWrapper | |
| JSONFactory |
A factory class for creating a
JSONReader or JSONWriter. |
| JSONWriter |
Class for writing a JSON document.
|
| JSONWriter.Container |
| Enum | Description |
|---|---|
| JSONDocument.Type |
The type of a JSON node.
|
| JSONReader.EventType |
The type of JSON events.
|
| JSONWriter.ContainerType |
| Exception | Description |
|---|---|
| JSONException |
Thrown when an error occurs while reading a JSON document.
|