fn merge_json_object(base: &mut Value, overlay: &Value)
Shallow-merge the keys of overlay (if both are JSON objects) into base.
overlay
base