pub fn merge(base: Value, replacement: Value) -> Value
Expand description

Merge two serde structures.

This will take all values from replacement and use base whenever a value isn’t present in replacement.