edn2json
reads one EDN per line on STDIN and outputs one JSON per line.
cat *.edn | edn2json > myfile.jsons
brew install oscaro/public/edn2json
lein clean
lein uberjar
echo "#! $(which java) -jar" | cat - target/edn2json-*-standalone.jar > edn2json
chmod u+x edn2json
Then move the standalone edn2json
executable somewhere in your PATH
.
Copyright © 2016-2018 Oscaro