我有一个JSON对象,其中一个字段具有字符串值
" Ran a defrag removed a few virus' and tried again "
'
是JSON中的特殊字符。我使用c#, NewtonSoftJSON库。
是否有最好的方法来转义Newtonsoft和c#中的所有特殊字符
你可以试试:
HttpUtility.JavaScriptStringEncode(inputString);
这对我有用->
System.Web.Helpers.Json.Encode (inputString)。Substring (System.Web.Helpers.Json.Encode (inputString)。