mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
15 lines
175 B
YAML
15 lines
175 B
YAML
|
a: Easy! as one two three
|
||
|
b:
|
||
|
c: 2
|
||
|
d: [3, 4]
|
||
|
e:
|
||
|
- name: fred
|
||
|
value: 3
|
||
|
- name: sam
|
||
|
value: 4
|
||
|
---
|
||
|
another:
|
||
|
document: here
|
||
|
---
|
||
|
wow:
|
||
|
- here is another
|