Youtilities

JSON Diff & Compare

Compare two JSON documents and see every added, removed, and changed value in one view.

Runs in your browser. Nothing is uploaded.

Original

Waiting for JSON

Changed

Waiting for JSON

Differences

Paste JSON on both sides.

What this does

Paste the original JSON on the left and the changed JSON on the right. You get one merged view: lines only on the right are marked added, lines only on the left removed, and a value that changed shows the old line then the new one.

How it compares

Objects are matched by key, so key order and formatting never count as a change. Arrays are matched by position. Numbers compare by value, so 5 and 5.0 are equal.

Reading a big diff

Only changes hides unchanged parts and keeps two lines of context around each change. Click a line to see its path; Copy gives you the whole comparison as text with + and − markers for a ticket or a chat.

All