I cannot understand that `str.Replace("\\", string.Empty);` at 283 line in JSONParser.cs When I try to parse `{"abc": "he\rllo"}`,I got `{"abc": "herllo"}`
I cannot understand that
str.Replace("\\", string.Empty);at 283 line in JSONParser.csWhen I try to parse
{"abc": "he\rllo"},I got{"abc": "herllo"}