Skip to content
New issue

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

Proposal: gron #80

Open
seanjensengrey opened this issue Dec 10, 2021 · 1 comment
Open

Proposal: gron #80

seanjensengrey opened this issue Dec 10, 2021 · 1 comment

Comments

@seanjensengrey
Copy link

seanjensengrey commented Dec 10, 2021

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": "mail@tomnomnom.com",
        "name": "Tom Hudson"
      }
    }
  }
]
@slavaGanzin
Copy link

or you can use fx and not three differenet tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants