Closed fguitton closed 1 year ago
Hi 🌴 I hope you are having a great day !
This small PR provides a quick but perhaps inelegant fix to the inappropriate handling of escaped characters in sequences such as:
let stringVar = '{"a":"\\\\","b":"}","c":"][","d":"\\""}'; let objectVar = { a: '\\', b: '}', c: '][', d: '"' };
Hey, just saw this! Thanks for the PR. I'm reviewing it right now.
Synced in https://www.npmjs.com/package/json-as/v/0.5.63
Hi 🌴 I hope you are having a great day !
This small PR provides a quick but perhaps inelegant fix to the inappropriate handling of escaped characters in sequences such as: