Skip to main content

merge_into

Function merge_into 

Source
pub fn merge_into(target: &mut Value, patch: &Value)
Expand description

Deep-merge patch into target. A null leaf in patch deletes that key from target (AWS shadow semantics); nested objects merge recursively; every other value overwrites.