|
JSON Version 1.0 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| PrettyPrinter | Interface for pretty printer instances. |
| Class Summary | |
|---|---|
| JsonFactory | |
| JsonGenerator | This base class defines API for output JSON content. |
| JsonLocation | |
| JsonParser | This is the public API implemented by concrete JSON parser instances. |
| JsonReadContext | Context object is used to keep track of relative logical position of the current event when parsing. |
| JsonWriteContext | Context object is used to keep track of relative logical position of the current event when generating json content. |
| Enum Summary | |
|---|---|
| JsonFactory.Encoding | Legal JSON content always uses an Unicode encoding from the small list. |
| JsonParser.NumberType | Enumeration of possible "native" (optimal) types that can be used for numbers. |
| JsonReadContext.Type | Type of the context |
| JsonToken | This enumeration defines basic token types that are results of parsing JSON content. |
| JsonWriteContext.Type | Type of the context |
| Exception Summary | |
|---|---|
| JsonGenerationException | Class for exceptions during JSON writing, such as trying to output content in wrong context (non-matching end-array or end-object, for example) |
| JsonParseException | Class for parsing exceptions, to indicate non-well-formed document content |
| JsonProcessingException | Intermediate base class for all problems when processing JSON input or output that are not pure I/O exceptions |
|
JSON Version 1.0 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||