We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d960e commit 3de5c9fCopy full SHA for 3de5c9f
1 file changed
lib/parse.js
@@ -5,7 +5,7 @@
5
* @param {string} input
6
*/
7
function parse(input) {
8
- let result = {};
+ let result = Object.create(null);
9
10
let currentKey = [""];
11
let currentValue = "";
0 commit comments