Example usage for Java javax.json.stream JsonParser fields, constructors, methods, implement or subclass
The text is from its open source code.
BigDecimal | getBigDecimal() Returns a JSON number as a BigDecimal . |
int | getInt() Returns a JSON number as an integer. |
String | getString() Returns a String for the name in a name/value pair, for a string value or a number value. |
boolean | hasNext() Returns true if there are more parsing states. |
boolean | isIntegralNumber() Returns true if the JSON number at the current parser state is a integral number. |
Event | next() Returns the event for the next parsing state. |