Expand description
Fast query string parser
Vendored and adapted from https://github.com/litestar-org/fast-query-parsers Original author: Naaman Hirschfeld (same author as Spikard)
This parser handles multiple values for the same key and auto-converts types.
Functionsยง
- parse_
query_ pairs_ to_ json - Convert already-decoded query pairs into a JSON Value.
- parse_
query_ string - Parse a query string into a vector of (key, value) tuples.
- parse_
query_ string_ to_ json - Parse a query string into a JSON Value.