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? # 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
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
{ "foo": 1, "bar": { "foo": 2 } }
1
*.foo
2
For my use cases, it would be great to have something like **.foo which would give both occurrences.
**.foo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
only gives1
*.foo
only gives2
For my use cases, it would be great to have something like
**.foo
which would give both occurrences.The text was updated successfully, but these errors were encountered: