Hacker News new | ask | show | jobs
by Valodim 933 days ago
Very nice in this regard is gron, too. It simply flattens any json into lines of key value format, making it compatible with grep and other simple stream operations.

https://github.com/tomnomnom/gron

2 comments

And also https://github.com/adamritter/fastgron that I've just discovered.
This is brilliant, thank you for sharing!