vmware-labs / yaml-jsonpath

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

Support YAML containing alternative capitalisations of true, false, and null. #42

Closed glyn closed 4 years ago

glyn commented 4 years ago

Lower case, upper case, and initial capital are all equally valid ways of spelling the literals true, false, and null in YAML (although not in JSON or in yaml-jsonpath syntax, both of which insist on lowercase). See Core schema tag resolution.