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