Properties
Optional allowDots
allowDots: undefined | false | true
Optional allowPrototypes
allowPrototypes: undefined | false | true
Optional arrayLimit
arrayLimit: undefined | number
Optional charset
charset: "utf-8" | "iso-8859-1"
Optional charsetSentinel
charsetSentinel: undefined | false | true
Optional comma
comma: undefined | false | true
Optional decoder
decoder
: undefined | ((str
: string, defaultDecoder
: DefaultDecoder, charset
: string, type
: "key" | "value") => any)
Optional delimiter
delimiter: string | RegExp
Optional depth
depth: number | false
Optional ignoreQueryPrefix
ignoreQueryPrefix: undefined | false | true
Optional interpretNumericEntities
interpretNumericEntities: undefined | false | true
Optional parameterLimit
parameterLimit: undefined | number
Optional parseArrays
parseArrays: undefined | false | true
Optional plainObjects
plainObjects: undefined | false | true
Optional strictNullHandling
strictNullHandling: undefined | false | true