mirror of
https://github.com/status-im/NimYAML.git
synced 2025-02-20 23:18:14 +00:00
* NimYAML now uses the tag prefix tag:nimyaml.org,2016: * That tag handle is shortened to !n! when presenting * Also fixed some minor bugs dealing with tag handles
10 lines
158 B
YAML
10 lines
158 B
YAML
%YAML 1.2
|
|
%TAG !n! tag:nimyaml.org,2016:
|
|
--- !n!system:seq(tag:nimyaml.org;2016:custom:Person)
|
|
-
|
|
name: Karl Koch
|
|
age: 23
|
|
-
|
|
name: Peter Pan
|
|
age: 12
|