It would be very useful to have an option to keep the order of insertion of the keys. This option would be diferent from sort_keysor item_sort_keys where the user needs to specify how the sorting will be done.
I think this has been also requested for simplejson, but it was discarded because it wouldn't be valid JSON as JSON is unordered.
Would such a feature be desirable in simpleion?
It would be very useful to have an option to keep the order of insertion of the keys. This option would be diferent from
sort_keysoritem_sort_keyswhere the user needs to specify how the sorting will be done.I think this has been also requested for
simplejson, but it was discarded because it wouldn't be valid JSON as JSON is unordered.Would such a feature be desirable in
simpleion?