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 TypeClassDescriptionclassRepresents an array ofJSONValueobjects.classRepresents a JSON boolean value.classRepresents the JSONnullvalue.classRepresents a JSON number.classRepresents a JSON object.classRepresents 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 JSONValueDeprecated.static JSONValueJSONParser.parseLenient(String jsonString) Deprecated.static JSONValueJSONParser.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)