json_diff
Compare two JSON objects and find differences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json1 | Yes | First JSON string | |
| json2 | Yes | Second JSON string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| valid | No | ||
| identical | No | ||
| differences | No | ||
| change_count | No |