Preserve ordering
Closed this issue · 5 comments
delijati commented
The dict
should be replaced with collections.OrderedDict
.
mcdonc commented
Tres kindly implemented a PR for this issue in #15 . I'm not totally against merging it, but I'd like to understand the rationale behind asking for it before we do.
delijati commented
It's some time ago since i created this issue. I think the comment #15 (comment) explains the use case.
mcdonc commented
@delijati can you remember the use case of wanting to parse the items of a mapping in some sort of order?
delijati commented
Hmm it is really long ago and it was probably for some customer. I think it was for generating reports or sending emails or something like this. The ordering in the form should be preserved in the appstruct
or from.