Package org.noggit
Class JSONParserWS
java.lang.Object
org.noggit.JSONParser
org.noggit.JSONParserWS
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.noggit.JSONParser
JSONParser.ParseException
-
Field Summary
FieldsFields inherited from class org.noggit.JSONParser
ALLOW_BACKSLASH_ESCAPING_ANY_CHARACTER, ALLOW_COMMENTS, ALLOW_EXTRA_COMMAS, ALLOW_MISSING_COLON_COMMA_BEFORE_OBJECT, ALLOW_SINGLE_QUOTES, ALLOW_UNQUOTED_KEYS, ALLOW_UNQUOTED_STRING_VALUES, ARRAY_END, ARRAY_START, BIGNUMBER, BOOLEAN, buf, end, eof, EOF, event, flags, FLAGS_DEFAULT, FLAGS_STRICT, gpos, in, LONG, missingOpeningBrace, NULL, NUMBER, OBJECT_END, OBJECT_START, OPTIONAL_OUTER_BRACES, start, STRING, stringTerm
-
Constructor Summary
ConstructorsConstructorDescriptionJSONParserWS
(char[] data, int start, int end) JSONParserWS
(Reader in) JSONParserWS
(Reader in, char[] buffer) JSONParserWS
(String data) JSONParserWS
(String data, int start, int end) -
Method Summary
Modifier and TypeMethodDescriptionprotected int
protected void
protected void
void
Methods inherited from class org.noggit.JSONParser
err, fill, getBoolean, getChar, getCharExpected, getCharNWS, getDouble, getEventString, getFlags, getLevel, getLong, getNull, getNumberChars, getNumberChars, getPosition, getString, getString, getStringChars, handleNonDoubleQuoteString, isWhitespace, lastEvent, matchBareWord, nextEvent, setFlags, toString, wasKey
-
Field Details
-
outWS
-
wsHandler
-
-
Constructor Details
-
JSONParserWS
-
JSONParserWS
-
JSONParserWS
public JSONParserWS(char[] data, int start, int end) -
JSONParserWS
-
JSONParserWS
-
-
Method Details
-
setWhitespaceHandler
-
getCharNWS
- Overrides:
getCharNWS
in classJSONParser
- Throws:
IOException
-
getNewlineComment
- Overrides:
getNewlineComment
in classJSONParser
- Throws:
IOException
-
getSlashComment
- Overrides:
getSlashComment
in classJSONParser
- Throws:
IOException
-