KenKundert / nestedtext

Human readable and writable data interchange format
https://nestedtext.org
MIT License
362 stars 13 forks source link

Consider adding a native JavaScript implementation #48

Open fidian opened 1 month ago

fidian commented 1 month ago

I wrote a native JavaScript implementation of NestedText. It's not a WASM build of a compiled project, so it is significantly lighter than the megabytes of JavaScript that the current linked project uses.

https://www.npmjs.com/package/nestedtext

https://github.com/fidian/nestedtext

It passes all of the current official tests.