Package com.google.gwt.json.client


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.
  • Class
    Description
    Represents an array of JSONValue objects.
    Represents a JSON boolean value.
    An exception that can be thrown when an interaction with a JSON data structure fails.
    Represents the JSON null value.
    Represents a JSON number.
    Represents a JSON object.
    Parses the string representation of a JSON object into a set of JSONValue-derived objects.
    Represents a JSON string.
    The superclass of all JSON value types.