Skip to main content

Crate sql_json_path

Crate sql_json_path 

Source
Expand description

Vendored SQL/JSON Path implementation for Citadel.

Forked from sql-json-path v0.1.1 (RisingWave Labs). Citadel uses only the serde_json backend; the upstream simd-json / jsonbb backends were dropped during vendoring. See NOTICE for full attribution.

Modules§

json
Abstraction over JSON values.

Structs§

JsonPath
A JSON Path value.
ParseError
The error type returned when parsing a JSON Path.

Enums§

EvalError
The error type returned when evaluating a JSON path.