yq/examples/multiple_docs.yaml
2018-06-20 11:45:51 +10:00

22 lines
271 B
YAML

commonKey: first document
a: Easy! as one two three
b:
c: 2
d: [3, 4]
e:
- name: fred
value: 3
- name: sam
value: 4
---
commonKey: second document
another:
document: here
---
commonKey: third document
wow:
- here is another
---
- 1
- 2
- 3