clue / json-merge-patch
JSON merge patch (RFC 7396) is a simple alternative to JSON patch (RFC 6902)
Installs: 8 953
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 2
Open Issues: 5
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2024-11-06 09:52:34 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