JSON Developer Tool
Paste two JSON documents and instantly see every added, removed, and changed field.
This tool performs a deep, recursive comparison between two JSON documents and lists every difference by its exact path — additions, removals, and value changes — so you can spot what actually changed between two API responses, two versions of a config file, or two test fixtures without scanning line by line.
Each difference shows a JSONPath-style location (e.g. $.user.address.zip) so you can find the
exact spot in a large document. Object keys are compared regardless of order — this tool checks
values, not formatting.
$.data.items[2].price.