An open API service indexing awesome lists of open source software.

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

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.