joshghent / query-stringifier

:question: A small library for build query strings
https://joshghent.github.io/query-stringifier/
MIT License
2 stars 2 forks source link

Add multi parse support #17

Closed joshghent closed 6 years ago

joshghent commented 6 years ago

We should give support to multi key values are Please add tests for this

parse('itemIds=1&itemIds=2');
//=> {itemIds: ['1', '2']'}
marcelorl commented 6 years ago

Closing issue since it was already merged.