8000 querystring.stringify can't deal with nested objects · Issue #1665 · nodejs/node-v0.x-archive · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
querystring.stringify can't deal with nested objects #1665
@Hamms

Description

@Hamms
require('querystring').stringify({foo : {bar : 'baz'}})

Should return

`````` 'foo[bar]=baz'```

But instead returns
'foo='

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0