-
void
Starts reading an array at the current value.
boolean
Parses the current value as a boolean.
Returns the current type of the value.
double
Parses the current value as a double.
float
Parses the current value as a float.
Parses the current` JSON type from a
Reader.
Parses the current JSON type from a
String.
JsonParser.JsonParserContext.from(URL url)
Parses the current JSON type from a
URL.
int
Parses the current value as an integer.
Reads the key for the object at the current value.
long
Parses the current value as a long.
boolean
Advance to the next value in this array or object.
void
Parses the current value as a null.
Parses the current value as a
Number.
void
Starts reading an object at the current value.
boolean
Returns to the array or object structure above the current one, and
advances to the next key or value.
Parses the current value as a string.
Returns the current value.