mirror of
https://github.com/status-im/NimYAML.git
synced 2025-02-06 00:13:28 +00:00
7 lines
98 B
YAML
7 lines
98 B
YAML
|
%YAML 1.2
|
||
|
--- !!seq
|
||
|
- this is a string
|
||
|
- 42
|
||
|
- false
|
||
|
- !!str 23
|
||
|
- !nim:demo:Person {name: Trillian}
|