|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.json.simple.JSONValue
public class JSONValue
Constructor Summary | |
---|---|
JSONValue()
|
Method Summary | |
---|---|
static java.lang.Object |
parse(java.io.Reader in)
parse into java object from input source. |
static java.lang.Object |
parse(java.lang.String s)
|
static java.lang.String |
toJSONString(java.lang.Object value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSONValue()
Method Detail |
---|
public static java.lang.Object parse(java.io.Reader in)
in
-
public static java.lang.Object parse(java.lang.String s)
public static java.lang.String toJSONString(java.lang.Object value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |