Function merge_schema_owned

Source
pub fn merge_schema_owned(a: &mut Value, b: Value)
Expand description

Same as merge_schema but takes ownership of b to avoid clones. Use this when you don’t need b after the merge.