json_diff
Compare two JSON objects to reveal added, removed, and changed keys. Useful for debugging API responses, config changes, and state diffs.
Instructions
[PRO — 3 trial uses left] Compare two JSON objects and show the differences — added, removed, and changed keys. Useful for debugging API responses, config changes, and state diffs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First JSON string | |
| b | Yes | Second JSON string |