On the successful call, I am getting the JSONArray with the key \"objects\" and again the testValue with the key \"name\". The output is Like:
you can use the below to get string without double quotes
JsonObject childJSONObject = new JsonObject(); JSONValue testValue = childJSONObject.get("name").getAsString();
this gives the string without double quotes " " in the string
" "