Skip to main content

parse_query_string

Function parse_query_string 

Source
pub fn parse_query_string(query: &str) -> Map<String, Value>
Expand description

Parse a URL query string into a serde_json::Map.

Each key=value pair is URL-decoded and the value is coerced via coerce_value. Empty pairs are skipped.