1,234
edits
Changes
→Reading and Writing JSON
= Reading and Writing JSON =
Other than dealing with exceptions using JSON in Android is trivial. If you're already familiar with JSON, all you need is [http://developer.android.com/reference/org/json/JSONObject.html here in the developer documentation].
If you haven't use JSON before: try to figure out the diagrams on the [http://www.json.org/ official site] and use [http://jsonlint.com/ the validator] to test your understanding.