litejs/json-lite

Parse fail, when two consecutive slashes before the double quotes

Closed this issue · 2 comments

Bug :

{
 "key1": "abc\\",
 "key2": 1234
}

the value "abc\\" will cause parsing error

I was aware about this but somehow forgot before release, thank you.
fixed in 21.2.1