I\'m trying to build a restful API and I\'m struggling on how to serialize JSON data to a HTTP query string.
API
JSON
HTTP query string
There are a numb
Another option might be node-querystring. It also uses a similar scheme to the ones you've so far listed.
It's available in both npm and bower, which is why I have been using it.
npm
bower