JavaScript is disabled on your browser.
Skip navigation links
GWT 2.11.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
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
()
Returns
this
, as this is a JSONObject.
JSONObject
JSONValue.
isObject
()
Returns non-null if this JSONValue is really a JSONObject.