str = str . replace(r‘\‘,‘“‘);
java:
JSONObject jsonObject =新JSON object(str);
python:
導入json
JSON _ obj = JSON . loads(str)
望采納。