-
Notifications
You must be signed in to change notification settings - Fork 819
Open
Description
Gron is a nice json tree to a line per leaf element transformer and back again. It pairs nicely with 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"
}
}
}
]
jankatins
Metadata
Metadata
Assignees
Labels
No labels