|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.afx.json.JsonReader
public abstract class JsonReader
Input methods for JSON (JavaScript Object Notation).
Constructor Summary | |
---|---|
JsonReader()
|
Method Summary | |
---|---|
static java.lang.Object |
parse(java.lang.String string)
|
static java.lang.Object |
read(StringReader input0)
Parse a stream with JSON data (JavaScript Object Notation). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JsonReader()
Method Detail |
---|
public static java.lang.Object parse(java.lang.String string)
public static java.lang.Object read(StringReader input0) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |