yq/examples/multiple_docs.yaml

19 lines
255 B
YAML
Raw Normal View History

2018-06-20 01:45:51 +00:00
commonKey: first document
2018-06-12 05:33:59 +00:00
a: Easy! as one two three
b:
c: 2
d: [3, 4]
e:
- name: fred
value: 3
- name: sam
value: 4
---
2018-06-20 01:45:51 +00:00
commonKey: second document
2018-06-12 05:33:59 +00:00
another:
document: here
---
2018-06-20 01:45:51 +00:00
commonKey: third document
2018-06-12 05:33:59 +00:00
wow:
2018-06-20 01:45:51 +00:00
- here is another