node-fast-json-patch

Node.js implementation of JSON-Patch
  https://github.com/Starcounter-Jack/JSON-Patch
  0
  no reviews



Node-fast-json-patch is a leaner and meaner implementation of JSON-Patch. Small footprint. High performance. It can: * apply patches (arrays) and single operations on JS object * validate a sequence of patches * observe for changes and generate patches when a change is detected * compare two objects to obtain the difference