aspjson
aspjson copied to clipboard
Fix double backslash parsing
Strings with a double backslash should be interpreted as a single backslash followed by the next character verbatim.
Examples:
-
\\n
→\n
-
\\r
→\r
-
\\t
→\t