json_diff
Deep-compare two JSON objects and list every difference by path, including added, removed, and changed values, to pinpoint exactly what changed between versions.
Instructions
Deep-compare two JSON objects and show all differences — added, removed, and changed values with paths [PRO - 3 free trials]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First JSON string | |
| b | Yes | Second JSON string |