|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gwtext.client.util.JSON
public class JSON
JSON Helper class.
Method Summary | |
---|---|
static com.google.gwt.core.client.JavaScriptObject |
decode(java.lang.String json)
Decodes (parses) a JSON string to an object. |
static java.lang.String |
encode(com.google.gwt.core.client.JavaScriptObject json)
Encodes a Json object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static com.google.gwt.core.client.JavaScriptObject decode(java.lang.String json)
json
- the Json String
public static java.lang.String encode(com.google.gwt.core.client.JavaScriptObject json)
json
- the json object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |