- parseToValues(query: string, deserialize?: boolean, decodeValues?: boolean): {
[key: string]: Primitive | Primitive[];
}
-
Parameters
-
query: string
-
deserialize: boolean = true
-
decodeValues: boolean = true
Returns {
[key: string]: Primitive | Primitive[];
}
-
[key: string]: Primitive | Primitive[]
Parses a string for valid query params and returns a key-value map of the entries.
Returns