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,385 times
1

Aman Alam
- 11,231
- 7
- 46
- 81

Umer Hassam
- 1,332
- 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
- 19,744
- 1
- 25
- 29