querystring.stringify can't deal with nested objects · Issue #1665 · nodejs/node-v0.x-archive (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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.

@Hamms

Description

@Hamms

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

Should return

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

But instead returns
'foo='

Metadata

Metadata

Labels

Development

No branches or pull requests

Issue actions