1%YAML 1.1 2--- 3!!map { 4 ? !!str "simple key" 5 : !!map { 6 ? !!str "also simple" 7 : !!str "value", 8 ? !!str "not a simple key" 9 : !!str "any value" 10 } 11} 12