json-visual-diff

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i json-visual-diff

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

3.02 kB

Total Files

4

Last publish

Collaborators

  • rahulr-dev