Investigate whether we should switch from dot-delimited keys to the style used by node-querystring (https://github.com/visionmedia/node-querystring). ``` before: foo.bar.baz=qux after: foo[bar][baz]=qux ``` This would only be worth doing if it allowed more common cases of property names.
Investigate whether we should switch from dot-delimited keys to the style used by node-querystring (https://github.com/visionmedia/node-querystring).
This would only be worth doing if it allowed more common cases of property names.