Example usage for Java com.google.gson JsonStreamParser fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | hasNext() Returns true if a JsonElement is available on the input for consumption |
JsonElement | next() Returns the next available JsonElement on the reader. |