Commit Graph

3 Commits

Author SHA1 Message Date
Mike Farah d99614f55a
Slice array (#1403) 2022-10-29 18:15:21 +11:00
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: #23
2017-09-23 13:53:04 -04:00