6 ms·
I have a similar alias for borkdude’s ‘jet’ tool. The extra nice thing about jet is you can convert json into edn, then pipe it into an inline babashka repl wh
by chamomeal 14d ago
I have a similar alias for borkdude’s ‘jet’ tool.
The extra nice thing about jet is you can convert json into edn, then pipe it into an inline babashka repl where you can inspect the object with all the power of clojure. It is super duper nice for quickly looking through hunks (even huge hunks) of json. You can sum things up, filter through thousands of elements, generate a json schema with malli, whatever you want!