I want to get a JSON object from a Http get response:
JSON
Here is my current code for the Http get:
protected String doInBackground(String..
There is a JSONObject constructor to turn a String into a JSONObject:
http://developer.android.com/reference/org/json/JSONObject.html#JSONObject(java.lang.String)