Skip to content

Use node-querystring nested property style for forms? #3

@caolan

Description

@caolan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions