jorinvo / edn-data

EDN parser and generator that works with plain JS data, with support for TS and node streams
MIT License
96 stars 5 forks source link

Support for unicode chars in parser #3

Open jorinvo opened 4 years ago

jorinvo commented 4 years ago

They are their escape sequence as explained here: https://github.com/edn-format/edn#characters

We would transform them to actual unicode in JS.