Skip to content

weflex/qstringify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

querystring-ify any JavaScript object.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •