Yams
Yams copied to clipboard
Ordered Map support
Do this lib supports creation of an ordered map (let's say an array of tuples [(key, val)]) from YAML map? Do you plan to add it later?
It would be nice to use ordered dictionaries by default. One motivating reason is that it supports round trip read and write. It also might be nice for those editing the YAML to have what is essentially a named array (instead of an array where one of the properties happens to be a name). This shows up nicely in the outline view of VS Code. Thanks!