Package playn.flash.json

Interface Summary
JsonArray Represents a Json array.
JsonBoolean Represents a Json boolean.
JsonFactory Factory interface for parsing and creating JSON objects.
JsonNull Represents the Json null value.
JsonNumber Represents a Json number value.
JsonObject Represents a Json object.
JsonString Represents a Json String value.
JsonValue Base interface for all Json values.
 

Class Summary
Json Vends out implementation of JsonFactory.
 

Enum Summary
JsonType Represents the type of the underlying JsonValue.
 

Exception Summary
JsonException A exception representing an error in parsing or serializing Json.
 



Copyright © 2011. All Rights Reserved.