compare_json
Compare two JSON objects to identify differences. Highlights additions, removals, and changes between the inputs.
Instructions
Compare two JSON objects and show differences
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json1 | Yes | First JSON object | |
| json2 | Yes | Second JSON object |