0.0.7 • Published 9 years ago

edn-to-json v0.0.7

Weekly downloads
15
License
MIT
Repository
bitbucket
Last release
9 years ago

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?
0.0.7

9 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago