Skip to content

How to encode entire string #356

Open
@oosharma

Description

@oosharma

When I am using queryString.stringify({foo: [1, 2, 3]}, {arrayFormat: 'comma'}); the result is 'foo=1,2,3', is there a way to get the entire string encoded to 'foo%3D1%2C2%2C3', which is a result of encodeURIComponent('foo=1,2,3')?

Metadata

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