JSON Diff — Compare Two JSON Documents
SOURCE · A
SOURCE · B
DIFF+7 additions−6 deletions
11
{2−
"app": "devkit",3−
"version": "2.4.0",2+
"app": "devbench",3+
"version": "2.5.0",44
"private": true,55
"clientSide": true,66
"features": [77
"format",88
"minify",99
"validate",10−
"tree"10+
"tree",11+
"diff"1112
],1213
"limits": {13−
"maxBytes": 5242880,14+
"maxBytes": 8388608,1415
"timeoutMs": 2501516
},1617
"author": {1718
"name": "Ada",1819
"handle": "@ada",19−
"verified": false20+
"verified": true2021
},21−
"tags": null22+
"license": "MIT"2223
}