I have successfully established a connection using Httpclient GET method. Now I want to parse the data using JSON Parser. Please help me.
Asked
Active
Viewed 3,382 times
1
Aman Alam
- 11,131
- 7
- 42
- 81
Umer Hassam
- 1,312
- 5
- 23
- 42
2 Answers
4
Look at the org.json package in the Android SDK. It has useful classes like JSONObject and JSONArray that you can use to parse JSON responses.
Rahul
- 17,126
- 1
- 23
- 29