Package | Description |
---|---|
com.google.gwt.json.client |
Classes for parsing and creating JSON encoded values.
|
Class and Description |
---|
JSONArray
Represents an array of
JSONValue objects. |
JSONBoolean
Represents a JSON boolean value.
|
JSONNull
Represents the JSON
null value. |
JSONNumber
Represents a JSON number.
|
JSONObject
Represents a JSON object.
|
JSONString
Represents a JSON string.
|
JSONValue
The superclass of all JSON value types.
|