developer_diff_json
Compare two JSON objects and identify structural and nested property differences.
Instructions
Perform a structural, nested properties diff comparison between two JSON objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jsonA | Yes | JSON string of the baseline object. | |
| jsonB | Yes | JSON string of the updated object. |