assemblyscript-json icon indicating copy to clipboard operation
assemblyscript-json copied to clipboard

Reserved characters are not escaped

Open PopeFelix opened this issue 4 years ago • 0 comments

Expected: JSON.from('"foo"').toString() => '\\"foo\\"' Actual: JSON.from("foo").toString() => '""foo""'

Fix is in PR 92

PopeFelix avatar Dec 02 '20 19:12 PopeFelix