0.1.2 • Published 5 years ago

edn-to-js v0.1.2

Weekly downloads
42
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago