I am facing an difficulty in decoding an json string. Below is my json string:
{ \"udeals\":\"[{\\\"vName\\\":\\\"bussinessname3\\\",\\\"vAddress\\\":\\\
JSONObject json = new JSONObject(yourstring); JSONArray jsa = json.getJSONArray("udeals"); ....
It's really easy : http://developer.android.com/reference/org/json/JSONObject.html