diff_json
Compare two JSON documents from local files or inline strings. Produces a line-oriented diff with canonical key sorting; no external network calls.
Instructions
Diff two JSON documents (canonical key-sorted stringify, line-oriented). Local files/strings only. Does not fetch URLs or contact external services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jsonc | No | ||
| leftText | No | ||
| maxDiffs | No | ||
| rightText | No | ||
| leftFilePath | No | ||
| rightFilePath | No |