GWT 2.7.0

Uses of Class
com.google.gwt.json.client.JSONObject

Packages that use JSONObject
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
 JSONObject JSONValue.isObject()
          Returns non-null if this JSONValue is really a JSONObject.
 JSONObject JSONObject.isObject()
          Returns this, as this is a JSONObject.
 


GWT 2.7.0