Java javax.json JsonReader fields, constructors, methods, implement or subclass

Example usage for Java javax.json JsonReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.json JsonReader.

The text is from its open source code.

Method

voidclose()
Closes this reader and frees any resources associated with the reader.
JsonStructureread()
Returns a JSON array or object that is represented in the input source.
JsonArrayreadArray()
Returns a JSON array that is represented in the input source.
JsonObjectreadObject()
Returns a JSON object that is represented in the input source.