node-qs

Parse, stringify query strings for Node.js
  https://github.com/hapijs/qs
  0
  no reviews



This module can parse or stringify query strings, and supports nested objects with brackets notation. Parameters `depth` and `parameterLimit` help prevent abusive user input.

Node.js is an event-based server-side javascript engine.