DataStays

JSON Diff

Compare two JSON documents and see what changed. Object key order isn't significant in JSON, so turn on key-sort and two documents that are equal but ordered differently stop showing as "different." This is a value-based diff: it normalizes the JSON before comparing, which is useful for structure changes but not for checking literal details like 1.0 versus 1 or duplicate keys.