| Class | Description |
|---|---|
| JSONDeserializer |
JSON Deserializer.
|
| JSONParser |
Parse a JSON value from a character stream.
The returned object may be one of: A Map<String, Object> for an object structure A List<Object> for an array A String A Number A Boolean null Any spaces at the beginning of the stream are ignored. |
| JSONReaderAsync |
Asynchronous JSON parser, streaming parsing events in a similar way as
XMLStreamEventsAsync. |
| JSONSerializer |
Serialize an object into JSON.
|
| JSONSpecWriter |
Generate JSON schema (http://json-schema.org/).
|
| JSONWriter |
Generates a JSON structure.
|
| Enum | Description |
|---|---|
| JSONReaderAsync.EventType |
Type of events.
|
| Exception | Description |
|---|---|
| JSONDeserializationException |
Error during JSON Deserialization.
|
| JSONParsingException |
Error while parsing a JSON value.
|
Copyright © 2019. All rights reserved.