muhammadmuzzammil1998/jsonc

Escaped double quotes treated as normal quotes

Closed this issue · 1 comments

ToJSON([]byte(`{'a': "\"b//c"}`))

expected:

{"a":"\"b//c"}

actual:

{"a":"\"b

Yes, it should ignore the escaped characters. Thanks for pointing this out.