@madhouselabs/sexy-query-string
v1.0.0
Published
Are you really, reading this!!, You should not
Downloads
4
Readme
sexy-query-string
sexy query string
builder for every use case.
console.log(buildQueryString({a: {b: [2,2,4], c: {x:3, y:5}}}));
// output:
a[b]=2&a[c][x]=3&a[c][y]=5