Collection of JavaScript sketches and partial ideas
./code/json_merge_patch.js
implementation of RFC 7396: JSON Merge Patch./code/json_patch.js
implementation of RFC 6902: JavaScript Object Notation (JSON) Patch./code/json_ptr.js
just enough JSON Pointers to supportjson_patch.js
./code/json_equal.js
JSON-based deep equality check fortest
operator ofjson_patch.js
./code/json_diff.js
JSON-based deep diff based onjson_equal.js
See LICENSE