mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
11 lines
112 B
YAML
11 lines
112 B
YAML
# Some doc
|
|
|
|
a: true
|
|
b:
|
|
c: 2
|
|
d: [3, 4, 5]
|
|
e:
|
|
- name: fred
|
|
value: 3
|
|
- name: sam
|
|
value: 4 |