It would be great to have a way to ensure the ordering of the fields in a object So we can be sure that the `firstKey` comes before the `secondKey`, not matter what field got calculated first. ```json { "firstKey": "value", "secondKey": "value" } ```