Make JSON greppable by converting it into a stream of path-value pairs
Make JSON greppable
gron
$ gron package.json
$ gron data.json | grep 'email'
$ gron https://api.example.com/data | grep 'name'