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

Allow recursive root-level wildcards #319

Open
quazgar opened this issue Nov 6, 2023 · 0 comments
Open

Allow recursive root-level wildcards #319

quazgar opened this issue Nov 6, 2023 · 0 comments

Comments

@quazgar
Copy link

quazgar commented Nov 6, 2023

I have found #4, but I could not find a way to select elements at any level.

For example, here I might want to operate on all foo elements:

{
  "foo": 1,
  "bar": {
    "foo": 2
  }
}
  • foo only gives 1
  • *.foo only gives 2

For my use cases, it would be great to have something like **.foo which would give both occurrences.

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

1 participant