erdemolkun / plist

Automatically exported from code.google.com/p/plist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not retain the order of the original dictionary object

GoogleCodeExporter opened this issue · comments

Hi, 
We encounter this issue: After converting the binary plist to xml, the order of 
the objects in the dictionary was not retained, instead they are rearranged. 

Thanks and more power!

Original issue reported on code.google.com by nadbalto...@gmail.com on 7 Mar 2013 at 1:02

Dictionaries have no specified order, they are a set of keys and values. If you 
want your objects in a certain order please use arrays.

Original comment by daniel.dreibrodt on 9 Mar 2013 at 11:01

Original comment by daniel.dreibrodt on 15 Mar 2013 at 10:51

  • Changed state: Invalid