Install with winget
Open PowerShell or Command Prompt and run:
winget install TomHudson.gron
Copied to clipboard!
1Open PowerShell or Command Prompt
2Paste and run the command above
3Follow any on-screen prompts to complete installation
About gron
gron transforms JSON into discrete assignments to make it easier to grep for what you want and see the absolute 'path' to it. It eases the exploration of APIs that return large blobs of JSON but have terrible documentation.
Advanced Install Options
Install (latest)
winget install TomHudson.gronInstall (pinned version)
winget install --id TomHudson.gron -e --version 0.7.1Upgrade
winget upgrade TomHudson.gronUninstall
winget uninstall TomHudson.gronFrequently Asked Questions
How do I install gron using winget?
Open PowerShell or Windows Terminal and run:
winget install TomHudson.gron. Winget comes pre-installed on Windows 10 (1809+) and Windows 11.What is gron?
A tool to make JSON content greppable
Is gron free to use?
gron is distributed under the MIT license. Check the publisher’s site for full licensing details.
How do I update gron with winget?
Run
winget upgrade TomHudson.gron in PowerShell or Windows Terminal to upgrade to the latest available version.How do I uninstall gron?
Run
winget uninstall TomHudson.gron to remove gron from your system.