All Projects → ssi-anik → json-diff-checker

ssi-anik / json-diff-checker

Licence: other
JSON diff checker checks is an extension which checks for the differences between two JSONs

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to json-diff-checker

AnyDiff
A CSharp (C#) diff library that allows you to diff two objects and get a list of the differences back.
Stars: ✭ 80 (+185.71%)
Mutual labels:  differences-detected

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?

Screenshot.png

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].