Fork me on GitHub
#releases
<
2023-03-07
>
borkdude16:03:20

https://github.com/babashka/json JSON abstraction library v0.1.1 - now with support for jsonista and available on clojars

šŸŽ‰ 8
pavlosmelissinos16:03:27

Kind of a shower thought but would a JSON abstraction library be different from a YAML or a CSV abstraction library? In the end it's about converting serialized data from/to Clojure maps, right? I'm wondering whether a project to abstract format conversions would work :thinking_face:

borkdude16:03:59

I did a project like that here: https://github.com/clj-easy/tools.misc but I think it's best to focus on one thing right now and there doesn't seem to be an abundance of YAML libraries around unlike JSON

pavlosmelissinos17:03:15

I agree! I'm sort of challenging whether libraries should be choosing the file format but it does seem like a longer-term goal/problem. Really appreciate what you do šŸ™‚

borkdude18:03:26

https://github.com/borkdude/deps.clj: A faithful port of the clojure CLI bash script to Clojure 1.11.1.1252 ā€¢ Catch up with clojure CLI of same version

borkdude18:03:23

https://github.com/babashka/cli: turn Clojure functions into CLIs! v0.6.48 (2023-03-07) ā€¢ Make babashka.exec compatible with clojure CLI 1.11.1.1152+