Example usage for Java javax.json JsonReader fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Closes this reader and frees any resources associated with the reader. |
JsonStructure | read() Returns a JSON array or object that is represented in the input source. |
JsonArray | readArray() Returns a JSON array that is represented in the input source. |
JsonObject | readObject() Returns a JSON object that is represented in the input source. |