Compare API version changes
Input
Before: {"version":1,"enabled":true}
After: {"version":2,"locale":"en-US"}
Output
$.version changed; $.enabled removed; $.locale added.
Compare two JSON documents by field and array index to find added, removed, and changed values.
| Type | JSONPath | Before | After |
|---|
Compare two JSON documents structurally in your browser and locate added, removed, or changed fields and array items.
Before: {"version":1,"enabled":true}
After: {"version":2,"locale":"en-US"}
$.version changed; $.enabled removed; $.locale added.
Both JSON documents and the comparison result remain in your current browser.