JsonParser
public class JsonParserUsingCharacterSource extends BaseJsonParser
Modifier and Type | Field | Description |
---|---|---|
protected static char[] |
FALSE |
|
protected static char[] |
NULL |
|
protected static char[] |
TRUE |
ALPHA_0, ALPHA_1, ALPHA_2, ALPHA_3, ALPHA_4, ALPHA_5, ALPHA_6, ALPHA_7, ALPHA_8, ALPHA_9, bufSize, charset, CLOSED_BRACKET, CLOSED_CURLY, COLON, COMMA, DECIMAL_POINT, DOUBLE_QUOTE, ESCAPE, internedKeysCache, internKeys, LETTER_BIG_E, LETTER_E, MINUS, PLUS
Constructor | Description |
---|---|
JsonParserUsingCharacterSource() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
complain(String complaint) |
|
protected boolean |
decodeFalse() |
|
protected List |
decodeJsonArray() |
|
protected Object |
decodeJsonObject() |
|
protected Object |
decodeNull() |
|
protected boolean |
decodeTrue() |
|
protected String |
exceptionDetails(String message) |
|
Object |
parse(char[] chars) |
|
Object |
parse(Reader reader) |
charDescription, findEndQuote, hasEscapeChar, isDecimalChar, isDelimiter, isDoubleQuote, isEscape, isNumberDigit, parse, parse, parse, parse, parse, parse, parse, setCharset
protected static final char[] NULL
protected static final char[] TRUE
protected static char[] FALSE
protected final Object decodeJsonObject()
protected final void complain(String complaint)
protected final Object decodeNull()
protected final boolean decodeTrue()
protected final boolean decodeFalse()
protected final List decodeJsonArray()
public Object parse(Reader reader)
parse
in interface JsonParser
parse
in class BaseJsonParser
public Object parse(char[] chars)