|
|
|
|
|
by mschuster91
1231 days ago
|
|
Why would you want to require a specific order in the resulting object representation? If you need ordering, use arrays. And if you need to do stuff like content signatures, it makes sense to use some form of normalizer anyway (e.g. alphabetic key order). |
|