pub fn merge_patch_to_value(source: &Value, target: &Value) -> ValueExpand description
Generate a merge patch from two JSON documents.
Creates a patch that, when applied to source, produces target.
ยงReturns
A JSON value representing the merge patch.