I have a web query with JSON response as:
{ \"status\":true, \"result\": { \"id\":\"1\", \"name\":\"ABC 1\", \"email\":
Just define the type of the object you want to get as a String as com.google.gson.JsonObject instead of String and call .toString() on that object to get the JSON string itself.