1.4.2 • Published 8 years ago

qstringify v1.4.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.1

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.0.0

8 years ago