0.1.2 • Published 4 years ago

edn-to-js v0.1.2

Weekly downloads
42
License
MIT
Repository
github
Last release
4 years ago

edn-to-js

A simple ClojureScript edn->js implementation, exported as a commonjs module.

After finding an appalling lack of anything sensible for converting EDN to JavaScript data on NPM I took literally 5 minutes and wrote, built and published this.

Usage

const edn = require('edn-to-js');
edn('{:foo "bar"}'); // => { foo: 'bar' }

License

MIT

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago