Package org.dashbuilder.json
-
Interface Summary Interface Description JsonValue Base interface for all Json values. -
Class Summary Class Description Json Vends out implementation of JsonFactory.JsonArray Server-side implementation of JsonArray.JsonBoolean JsonFactory JsonNull Server-side implementation of JsonObject.JsonNumber Server-side implementation of JsonNumber.JsonObject Server-side implementation of JsonObject.JsonString Server-side implementation of JsonString.JsonUtil Direct port of json2.js at http://www.json.org/json2.js to GWT. -
Enum Summary Enum Description JsonType Represents the type of the underlying JsonValue. -
Exception Summary Exception Description JsonException A exception representing an error in parsing or serializing Json.