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