Resolves outdated JSON Patches (RFC6902) in real-time JSON collaboration
Set of transformations for JSON Patch Operational Transformations
Separated demo will be provided soon.
Install the component using NPM
$ npm install json-patch-ot --save
Or
Install the component using Bower:
$ bower install json-patch-ot --save
Or download as ZIP.
import JSONPatchOT from 'json-patch-ot';
var transformedPatch = JSONPatchOT.transform(givenPatch, againstAnotherPatch);
// or
var transformedPatch = JSONPatchOT.transform(givenPatch, againstArrayOfPatches);
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
For detailed changelog, check Releases.
MIT
- fast JSON Patch
- JSON Patch Queue
- JSON Patch OT
- ...putting it all together: Palindrom