clue/json-merge-patch
JSON merge patch (RFC 7396) is a simple alternative to JSON patch (RFC 6902)
Maintainers
v0.1.0
2015-06-07 23:08 UTC
Requires
- php: >=5.3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 4d9b29e5becbfe9f47f4d010fd1840a08a1bc320
- Christian Lück <christian.woop@lueck.tv>
This package is auto-updated.
Last update: 2026-06-06 13:42:46 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
