gron
tool to transform JSON into discrete, greppable assignments
Install
- All systems
-
curl cmd.cat/gron.sh
- Debian
-
apt-get install gron
- Ubuntu
-
apt-get install gron
- Kali Linux
-
apt-get install gron
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gron
- OS X
-
brew install gron
- Dockerfile
- dockerfile.run/gron
gron
tool to transform JSON into discrete, greppable assignments
gron transforms JSON into discrete assignments to make it easier to grep for what you want and see the absolute 'path' to it. gron can read JSON from a local file, over the network, or directly from STDIN. gron eases the exploration of APIs that return large blobs of JSON but have terrible documentation. gron can work backwards too, enabling you to turn your filtered data back into JSON.