Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON Patch RFC 6902 #166

Open
ComLock opened this issue Mar 20, 2020 · 2 comments
Open

JSON Patch RFC 6902 #166

ComLock opened this issue Mar 20, 2020 · 2 comments

Comments

@ComLock
Copy link

ComLock commented Mar 20, 2020

It would be nice if one could choose to use the RFC6902 JSON Patch format.
http://jsonpatch.com/

@mikkelking
Copy link

At first sight this looks like a good idea, except that the jsonpatch project is pretty much abandonware, and the libraries being used for testing are abandoned.
There is another project https://github.com/cujojs/jiff which uses that RFC, but it's also abandoned.
If you are keen on contributing, you could provide an option to support JSON Patch, which would be quite easy to do.
And beyond that, it would be worth bringing across some features from jiff. The code itself is pretty clean and still works, just the test suite is irretrievable.

@gustawdaniel
Copy link

@mikkelking what do you think about https://www.npmjs.com/package/rfc6902 it seems to be better maintained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants