vmware-labs / yaml-jsonpath

JSONPath implementation for the gopkg.in/yaml.v3 node API
Other
49 stars 12 forks source link

Unexpected behaviour of boolean literals in filters #40

Closed glyn closed 4 years ago

glyn commented 4 years ago

The path $[?(true)] on the input document [0] outputs an empty list.

glyn commented 4 years ago

Compare https://cburgmer.github.io/json-path-comparison/results/filter_expression_with_value_true.html.