public class JsonReader extends Object
| Constructor and Description |
|---|
JsonReader(InputStream inputStream) |
JsonReader(Reader pReader) |
JsonReader(String s) |
| Modifier and Type | Method and Description |
|---|---|
JsonArray |
readJsonArray() |
JsonObject |
readJsonObject() |
String |
readString(int quote) |
Object |
readUnquoted() |
Object |
readValue() |
static Object |
tokenToValue(String string) |
public JsonReader(InputStream inputStream) throws IOException
IOExceptionpublic JsonReader(Reader pReader)
public JsonReader(String s)
public JsonArray readJsonArray() throws IOException
IOExceptionpublic JsonObject readJsonObject() throws IOException
IOExceptionpublic String readString(int quote) throws IOException
IOExceptionpublic Object readValue() throws IOException
IOExceptionpublic Object readUnquoted() throws IOException
IOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.