LitJSON / litjson

JSON library for the .Net framework
https://litjson.net/
Other
1.36k stars 403 forks source link

JsonMapper.ToJson("test\n\r"); throws Exception #102

Open digitalpbk opened 5 years ago

digitalpbk commented 5 years ago
JsonMapper.ToJson("test\n\r");

Expected Result: LitJson should be able to handle plain string encoding Actual Result: Throws exception JsonException: Can't add a value here