blob: 6979a85bd82359c1a8fdf80d3409101e4860521a [file] [log] [blame]
# update key value in map: scalar -> list
foo: 2
bar: [ 4, 5, 6 ]
array: [ 2, 3, 4 ]
map: { a: 5, b: 6, c: 7 }
list:
- fish
- { a: 5, b: 6, c: 7 }
- [ 1, 2, 3 ]
- bear