Visual JSON Diff is a Visual Studio Code extension that provides a visual diff for modified JSON files in Source Control. Effortlessly identify changes in your JSON files with an intuitive, side-by-side visual interface.
Features
Visual Diff for JSON: See changes in JSON files with a clear, interactive UI.
Source Control Integration: Right-click modified JSON files in the Source Control panel to launch the visual diff.
Compare Any Two Files: Search for Show Visual Diff in the command palette, select two files and easily view the visual diff.
Custom Object Hashing: Configure which object keys are used to match objects during diffing for more meaningful comparisons.
Description: An array of property names to use for identifying objects when diffing. The first matching property found (and not null/undefined) will be used as the object's hash. Order matters.
Requirements
Visual Studio Code v1.80.0 or higher
Contributing
Contributions are welcome! Please see the GitHub repository for issues, feature requests, and pull requests.