com.google.gwt.json.client |
Classes for parsing and creating JSON encoded values.
These classes parse strings of JSON encoded values into Java accessible
objects. They also support programmatically building JSON strings.
|
Java Source File Name | Type | Comment |
JSONArray.java | Class | Represents an array of
com.google.gwt.json.client.JSONValue objects. |
JSONBoolean.java | Class | Represents a JSON boolean value. |
JSONException.java | Class | An exception that can be thrown when an interaction with a JSON data
structure fails. |
JSONNull.java | Class | Represents the JSON null value. |
JSONNumber.java | Class | Represents a JSON number. |
JSONObject.java | Class | Represents a JSON object. |
JSONParser.java | Class | Parses the string representation of a JSON object into a set of
JSONValue-derived objects. |
JSONString.java | Class | Represents a JSON string. |
JSONTest.java | Class | TODO: document me. |
JSONValue.java | Class | The superclass of all JSON value types. |