https://github.com/dipenparmar12/json_compair
A browser-based tool for comparing and formatting JSON data
https://github.com/dipenparmar12/json_compair
compair compair-json diff json
Last synced: about 1 year ago
JSON representation
A browser-based tool for comparing and formatting JSON data
- Host: GitHub
- URL: https://github.com/dipenparmar12/json_compair
- Owner: dipenparmar12
- Created: 2025-04-07T07:06:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T06:24:06.000Z (about 1 year ago)
- Last Synced: 2025-04-11T07:07:03.909Z (about 1 year ago)
- Topics: compair, compair-json, diff, json
- Language: HTML
- Homepage: https://dipenparmar12.github.io/json_compair/
- Size: 237 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON Compare Tool
A browser-based tool for comparing and formatting JSON data. This tool allows you to:
- Format and compare two JSON objects side by side
- Highlight differences between the objects
- Sort JSON keys alphabetically
- View only the differences between documents
- Choose from different JSON templates
## Features
- Real-time JSON comparison
- Local storage to save your recent work
- Format malformed JSON
- Sort keys alphabetically
- Show only differences mode
- Synchronized scrolling
## Usage
Visit the [JSON Compare Tool](https://dipenparmar12.github.io/json_compair/) to use the online version.
Or clone this repository and open `index.html` in your browser to run it locally.
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.