pub fn json_path_instance<'a>(
json_path: &'a JsonPath,
root: &'a Value,
cfg: JsonPathConfig,
) -> PathInstance<'a>
Expand description
The major method to process the top part of json part
pub fn json_path_instance<'a>(
json_path: &'a JsonPath,
root: &'a Value,
cfg: JsonPathConfig,
) -> PathInstance<'a>
The major method to process the top part of json part