merge_json_object

Function merge_json_object 

Source
fn merge_json_object(base: &mut Value, overlay: &Value)
Expand description

Shallow-merge the keys of overlay (if both are JSON objects) into base.