Diff Viewer
A code-editor-style structural diff viewer for two JSON values, with unified/split toggle, an only-changes filter, type coloring and add/remove/change counts.
npx shadcn@latest add https://rocket.gozturk.dev/r/diff-viewer.json+2-1~2
1~
{
2
"id": "usr_8x21",
3
"name": "Ada Lovelace",
4~
"plan": "free"→"pro",
5~
"profile": {
6
"city": "London",
7~
"verified": false→true,
8+
"country": "UK"
9~
},
10~
"roles": [
11
"engineer",
12+
"admin"
13~
],
14-
"seats": 1
15~
}