Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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.

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

No branches or pull requests

1 participant