ToxicFrog / bltool

A tool for command line interaction with backloggery.com
Apache License 2.0
78 stars 9 forks source link

JSON output? #23

Closed ghost closed 8 years ago

ghost commented 8 years ago

JSON is kind of a lingua franca for data storage and serialization - I think it would greatly increase the interoperability with software written in other languages and make it easier to parse in languages with no good support for parsing EDN. Could it be possible to implement this?

ToxicFrog commented 8 years ago

It wouldn't be at all difficult to add. I'm really short on time lately, but if I have a spare hour I'll see about it. Clojure has decent JSON support, IIRC. You can do a bunch of things with EDN that JSON doesn't support, but I don't think bltool actually uses those features.

ToxicFrog commented 8 years ago

Added in release 0.2.2.