//! The parser for the jsonpath.
//! The module grammar denotes the structure of the parsing grammar
moderrors;pub(crate)modmacros;pub(crate)modmodel;#[allow(clippy::module_inception)]pub(crate)modparser;pubuseerrors::JsonPathParserError;pubusemodel::JsonPath;pubuseparser::{parse_json_path, Rule};