rsonquery / rsonpath

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

feat: array slice selector #495

Closed V0ldek closed 5 months ago

V0ldek commented 5 months ago

Short description

Simple slicing: forward step and positive bounds. Includes an overhaul to how array transitions are compiled.

Issue

Resolves: #152

Checklist

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