blob: 00c97236d809e9f9e33e98c70fd98e9549d5504a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
%YAML 1.1
---
!!map {
? !!str "sequence"
: !!seq [
!!str "one", !!str "two"
],
? !!str "mapping"
: !!map {
? !!str "sky" : !!str "blue",
? !!str "sea" : !!str "green",
}
}
|