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 parsing bigint #4

Closed jorinvo closed 2 years ago

jorinvo commented 4 years ago

As explained here: https://github.com/edn-format/edn#integers integers ending with an N have arbitrary size. We should parse them as the JS type bigint.