rsonquery / rsonpath

Blazing fast JSONPath query engine written in Rust.
https://rsonquery.github.io/rsonpath/
MIT License
45 stars 7 forks source link

Parsing filter expressions #481

Closed V0ldek closed 6 months ago

V0ldek commented 6 months ago

Short description

Filter expressions are (finally) here. Way more complex than I expected, but with proper proptests and fuzzing in place we are good to go.

Issue

Related: #154 #156

Checklist

All of these should be ticked off before you submit the PR.