Closed glyn closed 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.
true
false
null
Lower case, upper case, and initial capital are all equally valid ways of spelling the literals
true
,false
, andnull
in YAML (although not in JSON or in yaml-jsonpath syntax, both of which insist on lowercase). See Core schema tag resolution.