Permalink
Cannot retrieve contributors at this time
=== Spec Example 7.20. Single Pair Explicit Entry | |
--- from: http://www.yaml.org/spec/1.2/spec.html#id2792424 | |
--- tags: explicit-key spec flow mapping | |
--- in-yaml | |
[ | |
? foo | |
bar : baz | |
] | |
--- in-json | |
[ | |
{ | |
"foo bar": "baz" | |
} | |
] | |
--- out-yaml | |
- foo bar: baz | |
--- test-event | |
+STR | |
+DOC | |
+SEQ | |
+MAP | |
=VAL :foo bar | |
=VAL :baz | |
-MAP | |
-SEQ | |
-DOC | |
-STR |