๐ JSON Diff Viewer with Angular
August 9, 2025 ยท View on GitHub
Welcome to JSON Diff Viewer โ an Angular-powered tool to quickly compare two JSON objects and highlight their differences! ๐
โจ Features
- ๐ Compare Two JSONs โ Find added, removed, or changed keys instantly.
- ๐ฆ Support for JavaScript & TypeScript objects โ Parse and compare exported objects or classes directly.
- ๐ Color Highlighting โ Visual differences with clear color coding.
- ๐ Recursive Comparison โ Works with nested objects and arrays.
- โก Fast and Lightweight โ Built with Angular, no backend required.
- ๐ Ready for GitHub Pages โ Deploy as a static site with ease.
๐ Live Demo
๐ผ๏ธ Preview

๐ฆ Installation
Clone the repository and install dependencies:
git clone https://github.com/mufasa-dev/Json-diff.git
cd Json-diff
npm install
๐ ๏ธ Development
Run the app locally:
ng serve
Open your browser and go to: ๐ http://localhost:4200/
๐จโ๐ป Author
Developed with โค๏ธ by Bruno
๐ License
This project is licensed under the MIT License. Feel free to use, modify, and share! ๐