tj/node-querystring
querystring parser for node and the browser - supporting nesting (used by Express, Connect, etc)
JavaScriptMIT
Issues
- 5
- 31
- 4
disable issues, update link at the top
#115 opened by jonathanong - 20
figure out better specifications for this library
#113 opened by jonathanong - 13
stringify: Drop Array index, when possible
#71 opened by kenperkins - 0
Nested arrays can be used to crash node.
#104 opened by Dshiv - 9
param=1¶m=2 is the same as param[]=1¶m[]=2
#38 opened by Somebi - 0
parse: "a[]=&a[]=b" returns { a: [ 'b' ] }
#73 opened by spudly - 5
Parse "[]&y=1" returns empty string
#75 opened by eugene-piatenko - 5
- 1
Release 0.6.7
#107 opened by drkibitz - 2
Parse null values
#102 opened by Oleg2tor - 10
- 1
fail to parse empty array
#108 opened by jamesb0nd - 1
If first parameter in query string has long value (ex. oAuth token) the parsing is very slow
#109 opened by B0k0 - 0
maintainer
#110 opened by jonathanong - 1
- 2
Test suite failing in IE7/8
#103 opened by dfadler - 16
- 2
parse: Empty Array fields are removed
#39 opened by brianreavis - 0
Exception when qs.parse('a[b]=1&a[b][c][d]=2')
#100 opened by mctep - 2
- 0
Support custom encode/escape functions
#97 opened by lo1tuma - 0
refactor shims
#96 opened by jonathanong - 0
- 4
Add "license" and "licenses" to package.json
#91 opened by garthk - 2
- 12
- 2
- 3
Options
#89 opened by buschtoens - 2
Add a `.npmignore` file to prevent useless stuff from getting in the npm distro
#46 opened by balupton - 1
cap recursion and the size of object generated
#64 opened by tj - 16
Parse '=' should return {}
#59 opened by ikokostya - 2
- 0
parse: New RegExp based parser
#88 opened by buschtoens - 2
node v0.11 parse includes __proto__
#82 opened by jonathanong - 3
- 1
Blacklist instead of nullary objects
#85 opened by eivindfjeldstad - 6
clean up messy stringify tests
#25 opened by tj - 13
Support for Buffers
#45 opened by seishun - 6
Numeric array key handling
#37 opened by benagricola - 2
- 2
Using in Browser
#68 opened by TimNZ - 1
- 2
Stringify filtering out null values
#52 opened by jwarkentin - 1
[Small Bug]Invalid CSS property
#51 opened by binarykitchen - 2
urlencoded strings not handled properly
#43 opened by qzaidi - 3
How to use with req.body?
#42 opened by cyberwombat - 2
Unable to install 0.5.0 on ubuntu
#41 opened by paul-english - 0
clean up / document lib properly
#26 opened by tj