here is my code..in android String
result[{"Submitted_Date_Time":"12\/3\/2012","City":"","Issue_Category":"Graffity","OnProgress_Date_Time":"","id":"000000000000000","area":"SH 55","State":" ","Issue_Description":" ","Closed_Date_Time":"","imagepath":"android.graphics.Bitmap@40d55cd8","Latitude":"23.71","Longitude":"72.04","Issue_Status":"Closed","LandMark":" "}]
and i try to convert it in to json array and when i want to retrive json object from json array it gives me nullpointer exception...
JSONArray jarray = new JSONArray(result);
JSONObject jobj = jarray.getJSONObject(1);
plz help me.. thnkx in advance..