Skip to content

Commit

Permalink
[meta] make decodeDotsInKeyss default value true
Browse files Browse the repository at this point in the history
  • Loading branch information
aks- committed Jan 29, 2024
1 parent 0b83865 commit 6da716e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var defaults = {
charset: 'utf-8',
charsetSentinel: false,
comma: false,
decodeDotInKeys: false,
decodeDotInKeys: true,
decoder: utils.decode,
delimiter: '&',
depth: 5,
Expand Down

0 comments on commit 6da716e

Please sign in to comment.