Package | Description |
---|---|
com.google.gwt.json.client |
Classes for parsing and creating JSON encoded values.
|
Modifier and Type | Method and Description |
---|---|
JSONObject |
JSONValue.isObject()
Returns non-null if this JSONValue is really a JSONObject.
|
JSONObject |
JSONObject.isObject()
Returns
this , as this is a JSONObject. |