{"quality": "B"A"D"}
实际上要 value.replace("\"","\\\"")
也就是 {"quality": "B\"A\"D"}
就可以了
如何处理JSON数据中含有双引号
原文:http://www.cnblogs.com/huhuuu/p/4949956.html