get_value_from_json_path

Function get_value_from_json_path 

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

returns the value from the JsonValue based on the JsonPath