this is better solution for the problem:
json1.as_object_mut().unwrap().extend( json2.as_object().unwrap().to_owned() );