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