%YAML 1.1 --- - name: spec-10-09 yaml: | { key : value, empty: # empty value↓ } tree: | +STR +DOC +MAP {} =VAL :key =VAL :value =VAL :empty =VAL : -MAP -DOC -STR - name: spec-10-09-canonical yaml: | %YAML 1.1 --- !!map { ? !!str "key" : !!str "value", ? !!str "empty" : !!null "", } tree: | +STR +DOC --- +MAP {} =VAL "key =VAL "value =VAL "empty =VAL " -MAP -DOC -STR