mirror of
https://github.com/status-im/NimYAML.git
synced 2025-02-23 00:18:11 +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
9 lines
130 B
YAML
9 lines
130 B
YAML
%YAML 1.2
|
|
%TAG !n! tag:nimyaml.org,2016:
|
|
---
|
|
- this is a string
|
|
- 42
|
|
- false
|
|
- !!str 23
|
|
- !n!demo:Person {name: Trillian}
|
|
- !!null |