Uses of Package
com.google.gwt.json.client
-
Packages that use com.google.gwt.json.client Package Description com.google.gwt.json.client Classes for parsing and creating JSON encoded values. -
Classes in com.google.gwt.json.client used by com.google.gwt.json.client Class Description JSONArray Represents an array ofJSONValue
objects.JSONBoolean Represents a JSON boolean value.JSONNull Represents the JSONnull
value.JSONNumber Represents a JSON number.JSONObject Represents a JSON object.JSONString Represents a JSON string.JSONValue The superclass of all JSON value types.