Does key order matter when comparing?
No. Because JSON objects are officially unordered collections by specification, our analyzer intelligently parses the structure. If `{"a":1, "b":2}` is compared to `{"b":2, "a":1}`, it will correctly report zero differences.