pub fn parse_json_path(
    jp_str: &str
) -> Result<JsonPath, JsonPathParserError<'_>>
Expand description

Parses a string into a JsonPath.

Errors

Returns a variant of JsonPathParserError if the parsing operation failed.