Function jsonpath_rust::parser::parser::parse_json_path
source · pub fn parse_json_path(jp_str: &str) -> Result<JsonPath, Error<Rule>>
Expand description
the parsing function. Since the parsing can finish with error the result is [Result]