You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know key order in JSON is not relevant and can't be dependent on, but for debugging and readability purposes it would be great if the order of key/value pairs in the JSON object would be the same as the Struct from which it was serialized.
The text was updated successfully, but these errors were encountered:
This should be easier to implement now that you can create ordered structs in CF2016+, right? StructNew("ordered").
Some messaging services (and JSON-to-XML APIs like Authorize.net) require JSON keys to be in a specific order. Using "ordered" would allow for the JSON objects to be faithfully serialized & deserialized in the same received order.
I know key order in JSON is not relevant and can't be dependent on, but for debugging and readability purposes it would be great if the order of key/value pairs in the JSON object would be the same as the Struct from which it was serialized.
The text was updated successfully, but these errors were encountered: