Can you assume the order of keys in an object?
No, you can never assume object keys will be in order.
Yes, but only when the object is first parsed.
Yes, object keys are always ordered alphabetically.
No, but you can sort the keys with JSON.sort().
JSON.sort()