Hacker News new | ask | show | jobs
by unspecified 2452 days ago
> For those, I mostly use "jq ." to get all leaves on a single line and then feed the output to standard unix tools like grep cut awk and friends.

There's a tool called `gron` designed for workflows like this, I've found it incredibly useful.

https://news.ycombinator.com/item?id=16727665 https://github.com/tomnomnom/gron/