rsonquery / rsonpath

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

Make array index overflows a hard runtime error #504

Open V0ldek opened 4 months ago

V0ldek commented 4 months ago

Is your feature request related to a problem? Please describe. As per the spec if we encounter a case where an integer overflows (for example the current array index) it MUST result in an error and not silent continuation. We currently do silently continue.

Describe the solution you'd like If the engine encounters a JsonInt overflow it has to terminate with an error.

github-actions[bot] commented 4 months ago

Tagging @V0ldek for notifications