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
pub fn get_value_from_json_path_mut<'a>(
path: &[JsonPathStep],
value: &'a mut Value,
) -> Option<&'a mut Value>returns the value from the JsonValue based on the JsonPath