char[] buffer of the underlying
JsonReplayReader.index.index.true if the iteration has more tokens.ch is a structural char, which is one of:int is JSON whitespace char, which is
one of:JsonReader, since it is itself an implementation of
the Iterator interface.JsonParser.parse(JsonHandler).JsonParser for JSON content to be read from the
reader parameter instance.JsonReader for JSON content to be read from the
specified Reader, that ignores inter-token whitespace.JsonReader for JSON content to be read from the
specified Reader.JsonHandler callback
instance."
") and two-character ("\n") escape codes
into UTF-8 as defined in RFC
4627, Section 2.5."
") and two-character ("\n")
escape codes into UTF-8, as defined in
RFC 4627, Section 2.5."
") and two-character ("\n") escape codes
into UTF-8, as defined in
RFC 4627, Section 2.5.JsonReader.getIndex() returns
the specified index.p, such that a subsequent call to
JsonReader.read() will return the char at p + 1.Map<String,?>
representing a JSON object.Map<String,?>
representing a JSON object.List<?> representing a JSON array, or null if array
is null.List<?> representing a JSON array, or null if
array is null."
") and two-character
("\n") escape codes into UTF-8 as defined in
RFC 4627, Section 2.5."
") and two-character
("\n") escape codes, except for the double quote ("\"")
and reverse solidus ("\\"), into UTF-8 as defined in
RFC 4627, Section 2.5.Copyright © 2020 OpenJAX. All rights reserved.