sexy-query-string

Are you really, reading this!!, then contact me over nxtcoder17@gmail.com

Usage no npm install needed!

<script type="module">
  import sexyQueryString from 'https://cdn.skypack.dev/sexy-query-string';
</script>

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