bruth / jsonpatch-js

A JavaScript implementation of the JSON Media Type for partial modifications: http://tools.ietf.org/html/rfc6902
http://bruth.github.io/jsonpatch-js
BSD 2-Clause "Simplified" License
181 stars 24 forks source link

Do you plan to support OT (Operation Transformation) feature? #16

Closed skotchio closed 10 years ago

skotchio commented 10 years ago

Let me explain my question. I've found livedb project https://github.com/share/livedb that make possible to issue partial updating of big JSON tree with OP supporting.

At now livedb support several ottypes https://github.com/ottypes among which json0 https://github.com/ottypes/json0

Do you plan to contribute this project to allow possibility make OT operations with json-patch?

bruth commented 10 years ago

This project is BSD licensed and is an implementation of a standard (http://tools.ietf.org/html/rfc6902) for patching JSON documents. It appears the json0 repository is a different approach to patching JSON documents. It would be livedb's choice whether they want to add support for this approach.

skotchio commented 10 years ago

@bruth yes I understand you but you have strong experience in JSON Patch and you could to contribute to livedb project to share your experience with all.

bruth commented 10 years ago

@vovan22 I do not have any time to dedicate to this, but there are plenty of folks experienced with JSON Patch if you are seeking someone out to help.

skotchio commented 10 years ago

@bruth ok, thanks for your great job in contributing your JSONPatch module :+1: