json-diff-rfc6902
Version:
This framework is to compare two JSON data and generate the Patch
24 lines (23 loc) • 440 B
JSON
{
"name": "json-diff-rfc6902",
"main": "JSON-Diff.js",
"version": "1.2.1",
"homepage": "https://github.com/caohanyang/JSON-Diff",
"description": "This framework is to compare two JSON data and generate the Patch",
"keywords": [
"JSON",
"Diff",
"Patch"
],
"authors": [
"Hanyang CAO"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT"
}