Interface: IParseBaseOptions
Properties
| Property | Type |
|---|---|
allowEmptyArrays? | boolean |
allowPrototypes? | boolean |
allowSparse? | boolean |
arrayLimit? | number |
charset? | "utf-8" | "iso-8859-1" |
charsetSentinel? | boolean |
comma? | boolean |
decoder? | (str: string, defaultDecoder: defaultDecoder, charset: string, type: "key" | "value") => any |
delimiter? | string | RegExp |
depth? | number | false |
duplicates? | "first" | "last" | "combine" |
ignoreQueryPrefix? | boolean |
interpretNumericEntities? | boolean |
parameterLimit? | number |
parseArrays? | boolean |
plainObjects? | boolean |
strictNullHandling? | boolean |