The speed is not concern for me. I am wondering if there something better than `jq` in terms of syntax. Whenever I want to get something more that just prettify json output in the console or simply get value by specific field name I have a problem, for me it is just difficult to remember jq syntax without looking into history. As well have in my notes links to examples like this one https://mosermichael.github.io/jq-…
and there are a few techniques to "discover" the schema of the json file, I trend to read with '.' or 'keys' and later keep going.
I'm planning to implement a flag where each operation prints the internal state of the json, so you would see what are the "pipes".
I will pick a few of your cheatsheet to implement next in q, Thanks!