Uses of Class
com.google.gwt.json.client.JSONValue
Package
Description
Classes for parsing and creating JSON encoded values.
-
Uses of JSONValue in com.google.gwt.json.client
Modifier and TypeClassDescriptionclass
Represents an array ofJSONValue
objects.class
Represents a JSON boolean value.class
Represents the JSONnull
value.class
Represents a JSON number.class
Represents a JSON object.class
Represents a JSON string.Modifier and TypeMethodDescriptionJSONArray.get
(int index) Returns the value at the specified index position.Gets the JSONValue associated with the specified property.static JSONValue
Deprecated.static JSONValue
JSONParser.parseLenient
(String jsonString) Deprecated.static JSONValue
JSONParser.parseStrict
(String jsonString) Evaluates a JSON string and returns its JSONValue representation.Assign the specified property to the specified value in this JSONObject.Sets the specified index to the given value.
JSONParser.parseStrict(String)