| Modifier and Type | Method and Description |
|---|---|
boolean |
JsonReader.hasNext()
Returns
true if the iteration has more tokens. |
String |
JsonReader.next()
Returns the next token in the iteration.
|
boolean |
JsonParser.parse(JsonHandler handler)
Parse the JSON document with the provided
JsonHandler callback
instance. |
static <T extends Number> |
JsonUtil.parseNumber(Class<T> type,
String str)
Parses a number from the specified string by the rules defined in
RFC 4627, Section 2.4.
|
String |
JsonReader.readToken()
Read the next JSON token.
|
protected int |
JsonReader.readTokenStart()
Read until the end of the next token, and return the start index of the
token that was just read.
|
Copyright © 2020 OpenJAX. All rights reserved.