Json——转义符

C#后台直接输出Json字符串需要反斜杠“”

context.Response.Write("[{"Name": "wqx", "Age": 12, "Sex": "男"}, {"Name": "wqx", "Age": 12, "Sex": "男"}]");

参考:Json教程

原文地址:https://www.cnblogs.com/wuqiuxue/p/7744353.html