vmware-labs / yaml-jsonpath

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

Support filter comparison of boolean values #14

Closed glyn closed 4 years ago

glyn commented 4 years ago
glyn commented 4 years ago

Boolean values are unquoted true and false. Quoted values are strings and should not be treated as booleans.