Skip to content

Commit 1e39ad7

Browse files
committed
add example with holes
1 parent aa512e5 commit 1e39ad7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: examples.js

+2
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ var str = qs.stringify({ user: { name: 'Tobi', email: '[email protected]' }});
5151
console.log(str);
5252

5353
console.log(qs.parse('constructor[prototype][hasOwnProperty]=foo'));
54+
55+
console.log(qs.parse('foo[10]=1&foo[5]=2'));

0 commit comments

Comments
 (0)