Immediately after switching the page, it will work with CSR.
Please reload your browser to see how it works.
$ echo "$json" | cljq '(? $ "root" * 1)'
more intuitive than the good ol' jq $ echo "$json" | jq '.root | map(.[1])'
Really, people should know by now that jq does point-free programming.Had similar thoughts a couple years ago, and wrote jql[0] as a jq alternative with a lispy syntax (custom, not Common Lisp), and I’ve been using it for command-line JSON processing ever since!
I like jq and gnuplot quite well. Makes me want to try CMake out ;)
More at "jq is a symptom" - https://ilya-sher.org/2018/09/10/jq-is-a-symptom/
Related and might be interesting - "JSON tools for command line" - https://ilya-sher.org/2018/04/10/list-of-json-tools-for-comm...