gron
gron copied to clipboard
Make JSON greppable!
rapberry pi zero's kernel is armv6l, 32bit, and there is no package support.
Fixes #70 (implicitly), #23. May also have an impact on the "high memory usage" issues but I'm doing more testing there. Adds: `-a`, `-all` flag which means "decode all the...
Using the slurp option -- `-S`, `-slurp` -- causes gron to read *all* the data into RAM before processing. Tested on a 102M JSON file - memory usage is about...
Is it possible to set the latest release to some the latest stable release? I like to manage some of the tools with https://github.com/marcosnils/bin but this only works for repos...
Hi, i am using a tool called binenv (https://github.com/devops-works/binenv) it basically manages and download binaries from github which are in its cache and have releases. it would be really cool...
Adds new flag that tells gron to treat input as a yaml instead of json. So that I don't have to use external tools to convert to json first :)
I have a deeply nested directory of archived JSON responses that I would like to analyze (extract fields from each of the response files) `find -exec gron` would probably work,...
It would be nice to have `gron` available as a library in order to use it directly in other go projects without using the command line tool.
These typos were detected automatically by the lintian tool on Debian
This PR introduces CI and tests across various operating systems to ensure that ``go test`` is functioning as expected.