gron
gron copied to clipboard
Make JSON greppable!
I have a json file owned by me but gron keeps posting a permission denied when trying to execute against the listed file. If I run gron to parse stdin,...
When using `gron -s`, I am seeing the following error: ``` bufio.Scanner: token too long: %!s(MISSING) ``` I'm happy to submit a PR increasing the default buffer size to something...
Thanks for `gron`! I've found myself wanting it on a Raspberry Pi and potentially other ARM devices (I'm typing this on an ARM Chromebook with Crostini, case in point). I'd...
Implicitly depends on #66. Feel free to comment on that one if you want me to make changes to it, or this one; whichever.
This is mostly to allow another upcoming PR (to allow least fuzzing gron.) I would also modify the API a bunch but am not sure if that's helpful to anyone,...
I recently got a multi-gigabyte [JSONL](http://jsonlines.org/) file, and before committing to a downstream pipeline that would run for many minutes before producing output, I ran: ```console $ head -20 entries.jsonl...
Using gron (even with --no-sort) on a ~180MB file (generated [here](https://www.json-generator.com/)) results in high mem utilization/cpu load and hanging.
I was forcing colorize mode so that I would still see the color when I piped the output to grep: ```shell $ gron -c "https://api.github.com/repos/tomnomnom/gron/commits?per_page=1" | grep name json[0].commit.author.name =...
hi @tomnomnom , there is an other set of tools (https://salsa.debian.org/debian/xml2) which makes similar transformation on html, xml, and on csv files as gron performs on json. i've read you...