Skip to main content

set_path

Function set_path 

Source
pub fn set_path(root: &mut Value, path: &str, value: Value)
Expand description

Set value at the dotted path inside root, creating intermediate objects (a non-object in the way is replaced).