Package 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.

Classes

JSONArrayRepresents an array of JSONValue objects.
JSONBooleanRepresents a JSON boolean value.
JSONExceptionAn exception that can be thrown when an interaction with a JSON data structure fails.
JSONNullRepresents the JSON null value.
JSONNumberRepresents a JSON number.
JSONObjectRepresents a JSON object.
JSONParserParses the string representation of a JSON object into a set of JSONValue-derived objects.
JSONStringRepresents a JSON string.
JSONValueThe superclass of all JSON value types.