public class JsonReader extends Object
| Constructor and Description |
|---|
JsonReader() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gson.JsonElement |
getAtPath(com.google.gson.JsonElement element,
String path) |
static String |
readAll(Reader rd) |
public static String readAll(Reader rd) throws IOException
IOExceptionpublic static com.google.gson.JsonElement getAtPath(com.google.gson.JsonElement element,
String path)
Copyright © 2016. All rights reserved.