Closed ghost closed 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.
Added in release 0.2.2.
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?