See: Description
| Interface | Description |
|---|---|
| JsonNode |
An interface implemented by any JSON segment or field.
|
| Class | Description |
|---|---|
| JsonFieldFormat |
A
FieldFormat implementation for a field in a JSON formatted record. |
| JsonMarshallingContext |
A
MarshallingContext for JSON formatted streams. |
| JsonNodeUtil |
Utility class for working with a
JsonNode. |
| JsonStreamFormat |
A
StreamFormatSupport implementation for the JSON stream format. |
| JsonUnmarshallingContext |
An
UnmarshallingContext for JSON formatted streams. |
| JsonWrapper |
A JsonWrapper is used to handle nested JSON objects.
|