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