Android 2.3 Gingerbread

Package org.json

Class Summary
JSON  
JSONArray A dense indexed sequence of values.
JSONObject A modifiable set of name/value mappings.
JSONStringer Implements JSONObject.toString() and JSONArray.toString().
JSONTokener Parses a JSON (RFC 4627) encoded string into the corresponding object.
 

Enum Summary
JSONStringer.Scope Lexical scoping elements within this stringer, necessary to insert the appropriate separator characters (ie.
 

Exception Summary
JSONException Thrown to indicate a problem with the JSON API.
 


Android 2.3 Gingerbread