Expected: `JSON.from('"foo"').toString() => '\\"foo\\"'` Actual: `JSON.from("foo").toString() => '""foo""'` Fix is in [PR 92](https://github.com/nearprotocol/assemblyscript-json/pull/92)