A simple and powerful package to compare two JSON objects, highlighting added, removed, and modified fields. Perfect for visualizing the differences between two JSON files or objects in any JavaScript-based application.
-
Highlight differences:
- Added fields: Displayed in green.
- Removed fields: Displayed in red.
- Modified fields: Displayed in yellow.
- Works with nested JSON objects.
- CLI support for quick comparison of JSON files.
- Color-coded output for easy understanding.
You can install the package from npm:
npm install json-visual-diff