- getArray() - Method in class org.noggit.CharArr
-
- getArray() - Method in class org.noggit.ObjectBuilder
-
- getBigNumber() - Method in class org.noggit.ObjectBuilder
-
- getBoolean() - Method in class org.noggit.JSONParser
-
Reads a boolean value
- getBoolean() - Method in class org.noggit.ObjectBuilder
-
- getChar() - Method in class org.noggit.JSONParser
-
- getCharNWS() - Method in class org.noggit.JSONParser
-
- getCharNWS(int) - Method in class org.noggit.JSONParser
-
- getCharNWS() - Method in class org.noggit.JSONParserWS
-
- getDouble() - Method in class org.noggit.JSONParser
-
Reads a number from the input stream and parses it as a double
- getEnd() - Method in class org.noggit.CharArr
-
- getEventString(int) - Static method in class org.noggit.JSONParser
-
- getFlags() - Method in class org.noggit.JSONParser
-
- getKey() - Method in class org.noggit.ObjectBuilder
-
- getLevel() - Method in class org.noggit.JSONParser
-
- getLong() - Method in class org.noggit.JSONParser
-
Reads a number from the input stream and parses it as a long, only if
the value will in fact fit into a signed 64 bit integer.
- getLong() - Method in class org.noggit.ObjectBuilder
-
- getNewlineComment() - Method in class org.noggit.JSONParser
-
- getNewlineComment() - Method in class org.noggit.JSONParserWS
-
- getNull() - Method in class org.noggit.JSONParser
-
Reads a null value
- getNull() - Method in class org.noggit.ObjectBuilder
-
- getNumber() - Method in class org.noggit.ObjectBuilder
-
- getNumberChars() - Method in class org.noggit.JSONParser
-
Returns the characters of a JSON numeric value.
- getNumberChars(CharArr) - Method in class org.noggit.JSONParser
-
Reads a JSON numeric value into the output.
- getObject() - Method in class org.noggit.ObjectBuilder
-
- getPosition() - Method in class org.noggit.JSONParser
-
- getSlashComment() - Method in class org.noggit.JSONParser
-
- getSlashComment() - Method in class org.noggit.JSONParserWS
-
- getStart() - Method in class org.noggit.CharArr
-
- getString() - Method in class org.noggit.JSONParser
-
Returns the JSON string value, decoding any escaped characters.
- getString(CharArr) - Method in class org.noggit.JSONParser
-
Reads a JSON string into the output, decoding any escaped characters.
- getString() - Method in class org.noggit.ObjectBuilder
-
- getStringChars() - Method in class org.noggit.JSONParser
-
Returns the characters of a JSON string value, decoding any escaped characters.
- getVal(JSONParser) - Static method in class org.noggit.ObjectBuilder
-
- getVal() - Method in class org.noggit.ObjectBuilder
-