Configuration options for parsing query strings
Nesting depth till the parameters should be parsed.
Defaults to 5
Number of parameters to parse.
Defaults to 1000
Allow sparse elements in an array.
Defaults to false
The max limimit for the array indices. After the given limit the array indices will be converted to an object, where the index is the key.
Defaults to 20
Join comma seperated query string values to an array
Defaults to false
Configuration options for stringifying query objects
URI encode the stringified query string
Defaults to true
URI encode but only the values and not the keys
Defaults to false
Define the format in which arrays should be serialized.
Defaults to "indices"
Whether or not to skip null values when serializing. When set to false, the null values will be treated as an empty string.
Defaults to: false
Configuration options for query string parsing and stringification