graphtage
graphtage copied to clipboard
Feature Request: JSONPatch output
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.