| Class | Description |
|---|---|
| AbstractJsonWriter |
An abstract implementation of a writer that calls abstract methods to build JSON structures.
|
| AbstractJsonWriter.StackElement | |
| AbstractJsonWriter.Type | |
| JsonHierarchicalStreamDriver |
A driver for JSON that writes optimized JSON format, but is not able to deserialize the result.
|
| JsonHierarchicalStreamWriter | Deprecated
As of 1.3.1, use JsonWriter instead
|
| JsonWriter |
A simple writer that outputs JSON in a pretty-printed indented stream.
|
| JsonWriter.Format |
Format definition for JSON.
|
| Exception | Description |
|---|---|
| AbstractJsonWriter.IllegalWriterStateException |