NimYAML/doc/snippets/quickstart/08/01/01-in.yaml

8 lines
127 B
YAML

%YAML 1.2
%TAG !n! tag:nimyaml.org,2016:
--- !!seq
- this is a string
- 42
- false
- !!str 23
- !n!demo:Person {name: Trillian}