| Interface | Description |
|---|---|
| ArrayWriter |
An
ArrayWriter provides operations for outputting the elements of a JSON array. |
| JsonFormatter | Deprecated
Replaced by
JsonGenerator. |
| JsonWriter | Deprecated
Replaced by
JsonGenerator. |
| ObjectWriter |
An
ObjectWriter provides operations for outputting the fields of a JSON object. |
| WriteableJsonArray |
A
WriteableJsonArray is called back with an ArrayWriter with which to write itself. |
| WriteableJsonNumber |
A
WriteableJsonNumber is called back with a java.io.Writer with which to write itself. |
| WriteableJsonObject |
A
WriteableJsonObject is called back with an ObjectWriter with which to write itself. |
| WriteableJsonString |
A
WriteableJsonString is called back with a java.io.Writer with which to write itself. |
| Class | Description |
|---|---|
| CompactJsonFormatter | Deprecated
Replaced by
JsonGenerator. |
| CompactJsonWriter | Deprecated
Replaced by
JsonGenerator. |
| JsonNumberUtils | Deprecated
Replaced by
JsonNumberUtils. |
| PrettyJsonFormatter | Deprecated
Replaced by
JsonGenerator. |
| PrettyJsonWriter | Deprecated
Replaced by
JsonGenerator. |
JsonNodes as text.