mirror of
https://github.com/status-im/NimYAML.git
synced 2025-01-15 05:54:20 +00:00
29352fa4fe
* 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
7 lines
180 B
YAML
7 lines
180 B
YAML
%YAML 1.2
|
|
%TAG !n! tag:nimyaml.org,2016:
|
|
--- !Mob
|
|
!n!field level: !n!system:int32 42
|
|
!n!field experience: !n!system:int32 1800
|
|
!n!field drops: !Drops [!!str Sword of Mob Slaying]
|