I am facing an difficulty in decoding an json string. Below is my json string:
{ \"udeals\":\"[{\\\"vName\\\":\\\"bussinessname3\\\",\\\"vAddress\\\":\\\
this json can be parse using the following code.
str="" try { JSONObject jObject=new JSONObject(str); JSONArray menuObject = new JSONArray(jObject.getString("udeals")); for (int i = 0; i