mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-10 15:54:26 +00:00
Parsing an array into MapSlice results in `[{nil, nil}]`.
Parse into `[]map[interface{}]interface{}` allows for the processing of
top level arrays in the document.
Resolves: #23
|
||
|---|---|---|
| .. | ||
| array.yaml | ||
| data1.yaml | ||
| data2.yaml | ||
| data3.yaml | ||
| instruction_sample.yaml | ||
| order.yaml | ||
| order.yml | ||
| sample2.yaml | ||
| sample_array.yaml | ||
| sample_text.yaml | ||
| sample.json | ||
| sample.yaml | ||