How do I write in YAML a dictionary (map) where one key has the empty string as its value?
key:
is parsed as null -
!!map { ? !!str "key" : !!null "null", }
The correct answer is:
key: ""