Permalink
Cannot retrieve contributors at this time
=== Spec Example 6.24. Verbatim Tags | |
--- from: http://www.yaml.org/spec/1.2/spec.html#id2784370 | |
--- tags: mapping spec tag unknown-tag | |
--- in-yaml | |
!<tag:yaml.org,2002:str> foo : | |
!<!bar> baz | |
--- out-yaml | |
!!str foo: !bar baz | |
--- in-json(<) | |
{ | |
"foo": "baz" | |
} | |
--- test-event | |
+STR | |
+DOC | |
+MAP | |
=VAL <tag:yaml.org,2002:str> :foo | |
=VAL <!bar> :baz | |
-MAP | |
-DOC | |
-STR |