| Class |
Description |
|
ArrayUtils
|
Array helpers used by the JSON internals. |
|
BaseJsonParser
|
Base JSON parser.
|
|
ByteScanner
|
Utilities for rendering bytes as hexadecimal ASCII characters. |
|
CharBuf
|
Growable character buffer used by the JSON internals. |
|
CharScanner
|
Low-level character scanning utilities used while parsing JSON values. |
|
CharSequenceValue
|
Overlay-backed Value that keeps a character slice until conversion is required. |
|
Chr
|
Character array helpers used by the JSON internals. |
|
Dates
|
Date helpers used by the JSON parser for supported timestamp formats. |
|
Exceptions
|
Internal exception helpers used by the JSON parser implementation. |
|
FastStringUtils
|
Internal class for fast processing of Strings during JSON parsing |
|
IO
|
Reader and writer helpers used by the JSON parser internals. |
|
JsonFastParser
|
This works in index overlay mode or chop mode.
|
|
JsonParserCharArray
|
Converts an input JSON String into Java objects works with String or char array
as input. |
|
JsonParserLax
|
JSON parser variant that also accepts comments, single quotes, and unquoted strings. |
|
JsonParserUsingCharacterSource
|
Converts an input JSON String into Java objects works with String or char array
as input. |
|
JsonStringDecoder
|
Decodes JSON string escape sequences from character buffers. |
|
LazyMap
|
This maps only builds once you ask for a key for the first time.
|
|
LazyValueMap
|
This class is important to the performance of the parser.
|
|
MapItemValue
|
This holds a mapping from value key to value value to maximize laziness. |
|
NumberValue
|
Overlay-backed numeric Value that parses JSON numbers on demand. |
|
ReaderCharacterSource
|
Buffered CharacterSource implementation backed by a Reader. |
|
SimpleCache
|
Thin adapter that exposes CommonCache through the internal Cache API. |
|
ValueContainer
|
Simple Value wrapper for literals and already-hydrated JSON containers. |
|
ValueList
|
List implementation that lazily converts overlay Value instances on access. |
|
ValueMapImpl
|
This map is for object serialization mainly.
|