Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyJSONPatches ¶
func ApplyJSONPatches(document json.RawMessage, patches ...ir.JSONPatchOperation) (json.RawMessage, error)
ApplyJSONPatches applies a series of JSONPatches to a provided JSON document. Patches are applied in order, and any errors are aggregated into the return value. An error with a specific patch just means that this specific patch is skipped, the document will still be modified with any other provided patch operation. If a patch is applied to a JSONPath, then that JSONPath is first exploded to standard paths and the patch is applied to all matching paths.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.