get_value_mut

Function get_value_mut 

Source
pub fn get_value_mut<'a>(
    string_path: &str,
    value: &'a mut Value,
) -> Option<&'a mut Value>
Expand description

returns the value from the JsonValue based on the path: i.e “root.data[0].id”