pub fn apply_patch_mut(
target: &mut Value,
patch: &JsonPatch,
) -> Result<(), PatchError>Expand description
Apply a JSON Patch to a value in place.
ยงErrors
Returns an error if any operation fails. On error, the target may be partially modified.