mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
19 lines
255 B
YAML
19 lines
255 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
|