LeftActive
Paste JSON
or drag & drop a JSON file
Right
Paste JSON
or drag & drop a JSON file
Structural comparison with change-to-change navigation.
Paste JSON
or drag & drop a JSON file
Paste JSON
or drag & drop a JSON file
A text diff of two JSON files is mostly noise: reindentation and reordered keys show up as changes even when the data is identical. Both sides are parsed first and compared as values, so what you see are real differences in keys and values.
{
"id": 42,
"role": "admin",
"tags": ["a", "b"]
}{
"id": 42,
"role": "editor",
"tags": ["a", "b"]
}