1
0
mirror of https://github.com/mikefarah/yq.git synced 2025-02-15 20:35:44 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Mike Farah
5988d0cffa Simplified 2019-12-15 18:24:23 +11:00
kenjones
51fa1a87b7 Bugfix: Read yaml array
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: 
2017-09-23 13:53:04 -04:00