JSON Patch

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

JSON patch is defined in RFC6902.

JSON patch defines a JSON document structure for expressing a sequence of operations to apply to a JSON document, in order to change it. The format is suitable to use with the HTTP PATCH method and an "application/json-patch+json" media type.

Also See

JSON Merge Patch
Kubernetes Strategic Merge Patch