json-diff-change
v1.0.5
Published
Compares JSON and returns tree with statuses new, removed, updated.
Downloads
11
Readme
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 --saveHow 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: [email protected]
Contribute on github
https://github.com/savankoradia/json-diff-change
Survey
https://us7.list-manage.com/survey?u=abc6246b11d31f27765f716bb&id=8f033cde07
