| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonReader | |
|---|---|
| com.google.gson | This package provides the Gsonclass to convert Json to Java and
 vice-versa. | 
| Uses of JsonReader in com.google.gson | 
|---|
| Methods in com.google.gson with parameters of type JsonReader | ||
|---|---|---|
| 
 | Gson.fromJson(JsonReader reader,
         Type typeOfT)Reads the next JSON value from readerand convert it to an object
 of typetypeOfT. | |
|  JsonElement | JsonParser.parse(JsonReader json)Returns the next value from the JSON stream as a parse tree. | |
| abstract  T | TypeAdapter.read(JsonReader in)Reads one JSON value (an array, object, string, number, boolean or null) and converts it to a Java object. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||