edn-to-json

0.0.7 • Public • Published

EDN to JSON

Installation

npm install -g edn-to-json

Usage

edn-to-json sample.edn > sample.json

or from json to edn:

edn-to-json sample.json --reverse > sample.edn

Building instructions

Repl

  • grab a ClojureScript standalone jar and put it in this dir as cljs.jar
  • run rlwrap java -cp cljs.jar:src clojure.main node_repl.clj

TODO:

  • clean up error messages
  • add --help option
  • accept tagged literal definitions?

Readme

Keywords

Package Sidebar

Install

npm i edn-to-json

Weekly Downloads

1

Version

0.0.7

License

MIT

Last publish

Collaborators

  • adamfrey