edn-to-js

0.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i edn-to-js

Weekly Downloads

24

Version

0.1.2

License

MIT

Unpacked Size

873 kB

Total Files

14

Last publish

Collaborators

  • machellerogden