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§
- Json
Path - A JSON Path value.
- Parse
Error - The error type returned when parsing a JSON Path.
Enums§
- Eval
Error - The error type returned when evaluating a JSON path.