1.0.5 • Published 4 years ago

json-diff-change v1.0.5

Weekly downloads
18
License
ISC
Repository
-
Last release
4 years ago

JSON Diff Change

This tool is written to compare provided JSON data. The tool validates JSOM and provides result with statuses for new, updaets and removals.

Install

npm install json-diff-change --save

How to use

var jdiff = require('json-diff-change');
var response  = jdiff.compare("<Old JSON String>", "<New JSON String>", true);
console.log(response);

Issue

In case of facing issues, please reachout to me: koradia.savan@gmail.com

Contribute on github

https://github.com/savankoradia/json-diff-change

Survey

https://us7.list-manage.com/survey?u=abc6246b11d31f27765f716bb&id=8f033cde07

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago