I am trying to get an array of objects from the server, using JSON.
The server sends me the following string.
\"[{\\\"DealComment\\\":null,\\\"DealVo
jsonObj.toString() .replace("\"[", "[").replace("]\"", "]") .replace("\\\"{", "{").replace("}\\\"", "}") .replace("\\\\\\\"", "\"")