This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Does oc.dict.values preserve order? #982
Labels
question
Request for help, not a bug or feature request
I am wondering if
oc.dict.values
preserves order.Given the following example:
pets.yaml
and another yaml file which uses
pets.yaml
:will
oc.dict.values
preserve the order of the objects inpets.yaml
?ie. the order will always be the values of [zebra,cat] and never [cat, zebra]
The text was updated successfully, but these errors were encountered: