mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-08 14:55:42 +00:00
10 lines
61 B
YAML
10 lines
61 B
YAML
---
|
|
a: Document One
|
|
b:
|
|
c: 1
|
|
---
|
|
a: Document Two
|
|
b:
|
|
c: 2
|
|
|