Uses of Class
com.google.gwt.json.client.JSONObject
-
Packages that use JSONObject Package Description com.google.gwt.json.client Classes for parsing and creating JSON encoded values. -
-
Uses of JSONObject in com.google.gwt.json.client
Methods in com.google.gwt.json.client that return JSONObject Modifier and Type Method Description JSONObject
JSONObject. isObject()
Returnsthis
, as this is a JSONObject.JSONObject
JSONValue. isObject()
Returns non-null if this JSONValue is really a JSONObject.
-