qstringify

1.4.2 • Public • Published

qstringify.js

NPM version Build status Dependency Status Downloads

Parse unlimited your nested querystring in 15 Lines of Code. Both available at Node.js and most morden browsers.

Installation

$ npm install querystringify --save

Usage

var stringify = require('querystringify');
stringify({
  foo: bar
});
stringify({
  foo: {
    filter: {
      name: 10
    }
  }
});

Run test

$ npm test

Run benchmark

$ npm run benchmark

Lastest benchmark result

18,431 op/s » node
 8,251 op/s » qs
14,926 op/s » qstringify

Suites:  1
Benches: 3
Elapsed: 470.23 ms

license

MIT @ WeFlex, Inc

/qstringify/

    Package Sidebar

    Install

    npm i qstringify

    Weekly Downloads

    1

    Version

    1.4.2

    License

    MIT

    Last publish

    Collaborators

    • yorkie