Skip to content

benhakunamatata/node-jquery-param

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-jquery-param

node module to do jquery.param

Usage

var param = require('node-jquery-param');

var x = {foo: {a:{xxx:9000},b:2}, '[ba]z': 'bob&jhonny'};
var u = param(x);
console.log(u);
//output is:
//foo[a][xxx]=9000&foo[b]=2&%5Bba%5Dz=bob%26jhonny

LICENSE

MIT

About

node-jquery-param

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published