JSON Patch
From Wikipedia, the free encyclopedia
Filename extension
.json-patch
Internet mediatype
application/json-patch+json
DevelopedbyP. Bryan, M. Nottingham
ExtendedfromJSON
| JSON Patch | |
|---|---|
| Filename extension |
.json-patch |
| Internet media type |
application/json-patch+json |
| Developed by | P. Bryan, M. Nottingham |
| Extended from | JSON |
JSON Patch is a web standard format for describing changes in a JSON document. It is meant to be used together with HTTP PATCH which allows for the modification of existing HTTP resources. The JSON Patch media type is application/json-patch+json.