So I just noticed this when comparing the options of qs to querystring: querystring accepts 0 or Infinity to say no limit on the keys (though it by default has no limit). Providing either of those two values to this module results in an empty parse. I'm not sure if you want to support those (the 0 thing seems dumb to indicate "no limit", but whatever), but thought I'd bring it up :)
So I just noticed this when comparing the options of
qstoquerystring:querystringaccepts0orInfinityto say no limit on the keys (though it by default has no limit). Providing either of those two values to this module results in an empty parse. I'm not sure if you want to support those (the0thing seems dumb to indicate "no limit", but whatever), but thought I'd bring it up :)