Welcome to JSON Diff Viewer โ an Angular-powered tool to quickly compare two JSON objects and highlight their differences! ๐
- ๐ 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.
Clone the repository and install dependencies:
git clone https://github.com/mufasa-dev/Json-diff.git
cd Json-diff
npm installRun the app locally:
ng serveOpen your browser and go to: ๐ http://localhost:4200/
Developed with โค๏ธ by Bruno
This project is licensed under the MIT License. Feel free to use, modify, and share! ๐
