We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gron is a nice json tree to a line per leaf element transformer and back again. It pairs nicely with jq
jq
▶ gron "https://api.github.com/repos/tomnomnom/gron/commits?per_page=1" | fgrep "commit.author" | gron --ungron [ { "commit": { "author": { "date": "2016-07-02T10:51:21Z", "email": "[email protected]", "name": "Tom Hudson" } } } ]
The text was updated successfully, but these errors were encountered:
or you can use fx and not three differenet tools
Sorry, something went wrong.
No branches or pull requests
Gron is a nice json tree to a line per leaf element transformer and back again. It pairs nicely with
jq
The text was updated successfully, but these errors were encountered: