--- - name: Tags in Implicit Mapping from: NimYAML tests tags: tag mapping yaml: | !!str a: b c: !!int 42 e: !!str f g: h !!str 23: !!bool false tree: | +STR +DOC +MAP =VAL :a =VAL :b =VAL :c =VAL :42 =VAL :e =VAL :f =VAL :g =VAL :h =VAL :23 =VAL :false -MAP -DOC -STR json: | { "a": "b", "c": 42, "e": "f", "g": "h", "23": false } dump: | !!str a: b c: !!int 42 e: !!str f g: h !!str 23: !!bool false