package

com.urbanairship.json

A convenient JSON framework built on top of org.json classes.

Interfaces

JsonSerializable Interface for classes whose instances can be written as a JsonValue. 

Classes

JsonList An immutable list of JsonValues. 
JsonMap An immutable mapping of String keys to JsonValues. 
JsonValue A JsonValue is a representation of any value that can be described using JSON. 

Exceptions

JsonException Thrown when a JsonValue is unable to wrap an object or unable to parse a JSON encoded String.