1.0.1 • Published 11 months ago
json-visual-diff v1.0.1
JSON Visual Diff Viewer
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.
Features
- 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.
Installation
You can install the package from npm:
npm install json-visual-diff