top | item 30467866

(no title)

aynawn | 4 years ago

Another contender is gron which does the same. It's written in golang instead of rust.

https://github.com/tomnomnom/gron

<pre>$ cat test.json | gron</pre>

discuss

order

markstos|4 years ago

I have used Gron-- it's very useful and easy to learn and use.

gav|4 years ago

I might be weird, but I find gron invaluable for figuring out what I need to pass to jq.

   gron log.json | grep https
   # see a json.log.entries[334].request.url

   jq -r '.log.entries[] | .request.url' log.json