library json-merge-patch
JSON merge patch (RFC 7396) is a simple alternative to JSON patch (RFC 6902)
clue/json-merge-patch
JSON merge patch (RFC 7396) is a simple alternative to JSON patch (RFC 6902)
- Monday, June 8, 2015
- by clue
- Repository
- 1 Watchers
- 6 Stars
- 11 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 5 Open issues
- 2 Versions
- 0 % Grown
clue/json-merge-patch
JSON merge patch (RFC 7396) is a
simple alternative to JSON patch (RFC 6902), (*1)
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., (*2)
Note: This project is in beta stage! Feel free to report any issues you encounter., (*3)
Install
The recommended way to install this library is through composer. New to composer?, (*4)
{
"require": {
"clue/json-merge-patch": "~0.1.0"
}
}
License
MIT, (*5)