The Wayback Machine - https://web.archive.org/web/20190413040342/https://developer.android.com/reference/org/json/package-summary
Save the date! Android Dev Summit is coming to Sunnyvale, CA on Oct 23-24, 2019.
Added in API level 1

org.json

Classes

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. 

Exceptions

JSONException Thrown to indicate a problem with the JSON API.