get_value_from_json_path_mut

Function get_value_from_json_path_mut 

Source
pub fn get_value_from_json_path_mut<'a>(
    path: &[JsonPathStep],
    value: &'a mut Value,
) -> Option<&'a mut Value>
Expand description

returns the value from the JsonValue based on the JsonPath