pub fn merge_meta(
base: &HashMap<String, Value>,
update: &HashMap<String, Value>,
merge_special: bool,
) -> HashMap<String, Value>Expand description
Merge update into base, matching Go’s MergeMeta logic.
- Keys ending in
:*with truthy value clear the section. nullvalues delete the key.- If
merge_specialis false, keys starting withdisplay:are skipped.