Java com.google.gson JsonStreamParser fields, constructors, methods, implement or subclass

Example usage for Java com.google.gson JsonStreamParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gson JsonStreamParser.

The text is from its open source code.

Constructor

Method

booleanhasNext()
Returns true if a JsonElement is available on the input for consumption
JsonElementnext()
Returns the next available JsonElement on the reader.