|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.json.client.JSONParser
public class JSONParser
Parses the string representation of a JSON object into a set of JSONValue-derived objects.
JSONValue
Method Summary | |
---|---|
static JSONValue |
parse(java.lang.String jsonString)
Given a jsonString, returns the JSONObject representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static JSONValue parse(java.lang.String jsonString)
jsonString
-
java.lang.NullPointerException
- if jsonString
is
null
java.lang.IllegalArgumentException
- if jsonString
is empty
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |