-
Notifications
You must be signed in to change notification settings - Fork 6
JsonPatchProcessor
fge edited this page Mar 23, 2013
·
1 revision
- Input: a
JsonPatchInput
(the JSON Patch as JSON, plus the JSON value to patch) - Output: a
ValueHolder<JsonNode>
This processor applies a JSON Patch to a JSON value.
It will fail to apply the patch if either the patch is invalid or the patch fails to apply to the type of node.
- json-patch;
- json-schema-validator (preliminary syntax checking of the JSON Patch).