IPLD Patch

IPLD Patch is a system for declaratively specifying patches to a document, which can then be applied to produce a new, modified document.

IPLD Patch is roughly based on the JSON Patch (RFC 6902) specification -- it should feel very familiar.

For the full details, see the Fixtures -- the test fixture material is both for implementers, but also for end users, and provides rich examples and explanatory notes.

In brief highlights:

See the Fixtures for more details.