rsonquery / rsonpath

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

Feature parity of the new parser #402

Closed V0ldek closed 8 months ago

V0ldek commented 8 months ago

Short description

New parser replacing all old parsing logic.

This is not release-ready, there is a few cleanup tasks left:

Unfortunately, this breaks some queries (those asking to match control characters). Look to #117 for tracking.

Issue

Resolves: #129 Part of: #116

Checklist

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