merge_patch_to_value

Function merge_patch_to_value 

Source
pub fn merge_patch_to_value(source: &Value, target: &Value) -> Value
Expand 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.