mirror of
https://github.com/status-im/NimYAML.git
synced 2025-01-29 20:45:20 +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} |