Dot notation after bracket notation with wildcard on one matching

Setup

Selector: $[*].a

[{"a": 1}]

Results

Consensus

[
  1
]

Other responses

Elixir (ExJsonPath)

Not supported

syntax error before: '*'

Rust (jsonpath)

Not supported

parsing error

Footnotes