Skip to content

Allow recursive root-level wildcards #319

@quazgar

Description

@quazgar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions