Skip to content

Commit 6640658

Browse files
expose FilterExpression and Operand (#78)
* expose FilterExpression * expose Operand
1 parent 0573773 commit 6640658

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/parser/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pub(crate) mod model;
88
pub(crate) mod parser;
99

1010
pub use errors::JsonPathParserError;
11+
pub use model::FilterExpression;
1112
pub use model::JsonPath;
1213
pub use model::JsonPathIndex;
14+
pub use model::Operand;
1315
pub use parser::{parse_json_path, Rule};

0 commit comments

Comments
 (0)