Uses of Class
com.google.gwt.json.client.JSONValue
Packages that use JSONValue
Package
Description
Classes for parsing and creating JSON encoded values.
-
Uses of JSONValue in com.google.gwt.json.client
Subclasses of JSONValue in com.google.gwt.json.clientModifier 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.Methods in com.google.gwt.json.client that return JSONValueModifier 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.Methods in com.google.gwt.json.client with parameters of type JSONValue
JSONParser.parseStrict(String)