Package com.batch.android.json
-
Class Summary Class Description JSONArray A dense indexed sequence of values.JSONHelper Helper json methods that don't belong inJSON
JSONObject A modifiable set of name/value mappings.JSONStringer ImplementsJSONObject#toString
andJSONArray#toString
.JSONTokener Parses a JSON (RFC 4627) encoded string into the corresponding object. -
Exception Summary Exception Description JSONException Thrown to indicate a problem with the JSON API.