https://github.com/ssi-anik/json-diff-checker
JSON diff checker checks is an extension which checks for the differences between two JSONs
https://github.com/ssi-anik/json-diff-checker
differences-detected json json-diff-checker
Last synced: 7 months ago
JSON representation
JSON diff checker checks is an extension which checks for the differences between two JSONs
- Host: GitHub
- URL: https://github.com/ssi-anik/json-diff-checker
- Owner: ssi-anik
- Created: 2019-01-27T16:30:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T15:06:07.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T09:23:41.010Z (8 months ago)
- Topics: differences-detected, json, json-diff-checker
- Language: JavaScript
- Homepage: https://goo.gl/iHRSUW
- Size: 789 KB
- Stars: 29
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## JSON Diff Checker
Being a back-end developer and not writing any test case it's a common mistake that you'll probably break the JSON for your consumers. It's also quite common that they won't be matching in data types.
I was looking for some JSON diff checkers online but found nothing that works pretty much exactly I want.
So rather than spending a lots of time on Facebook, I started building a one for myself and assumed that this one may help others as well.
### How does it look?

### Installation
- An extension is available for Google Chrome. (https://goo.gl/iHRSUW)
- Otherwise, you can just clone the repository
* `npm install` the dependencies.
* `npm start` should start the project.
### Bugs?
Obviously, it's true that the app/extension may crash due to bugs. Please report an issue if you find any.
### PRs.
I'd probably like the PRs for the improvements and bug fixes.
---
Happy coding! <3