Dot notation after bracket notation with wildcard

Setup

Selector: $[*].a

[{"a": 1},{"a": 1}]

Results

Consensus

[
  1,
  1
]

Other responses

Elixir (ExJsonPath)

Not supported

syntax error before: '*'

Rust (jsonpath)

Not supported

parsing error

Footnotes