Skip to content

stringify with arrayFormat: 'brackets' doesn't urlEncode the square brackets #333

Open
@ioev

Description

It seems keys generated from arrays with arrayFormat: 'bracket' don't get urlEncoded:

stringify({ a: [1, 2, 3 ]}, { arrayFormat: 'bracket' }); => a[]=1&a[]=2&a[]=3

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions