graphtage icon indicating copy to clipboard operation
graphtage copied to clipboard

Feature Request: JSONPatch output

Open jberger opened this issue 5 years ago • 0 comments

JSONPatch is a format for submitting machine usable but still marginally human readable partial record updates, usually over the HTTP PATCH method. While I've always been interested in using it to accept updates via an api, the usual problem is while there are any number of libraries that can take the patch and apply it to an existing record, the opposite, taking two records and generating the patch, doesn't seem to exist (at least as of my last search). Graphtage looks like it might be well suited to doing so and would be a nice selling point for it.

jberger avatar Aug 31 '20 15:08 jberger