clue/json-merge-patch

JSON merge patch (RFC 7396) is a simple alternative to JSON patch (RFC 6902)

v0.1.0 2015-06-07 23:08 UTC

This package is auto-updated.

Last update: 2024-04-06 08:38:50 UTC


README

JSON merge patch (RFC 7396) is a simple alternative to JSON patch (RFC 6902)

The JSON merge patch format is defined in RFC 7396 (originally 7386). It is primarily intended for use with the HTTP PATCH method as a means of describing a set of modifications to a target resource's content.

Note: This project is in beta stage! Feel free to report any issues you encounter.

Install

The recommended way to install this library is through composer. New to composer?

{
    "require": {
        "clue/json-merge-patch": "~0.1.0"
    }
}

License

MIT