edn-to-json
v0.0.7
Published
A CLI tool to transform an EDN file into JSON output.
Downloads
5
Readme
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
- Install Boot
boot build
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?