urlcode-json
Version:
This is a tool for converting JSON object to an urlencode string like python's urllib.urlencode() method or decode an url to a JSON object.
22 lines (21 loc) • 557 B
JSON
{
"name": "urlcode-json",
"version": "0.0.5",
"description": "This is a tool for converting JSON object to an urlencode string like python's urllib.urlencode() method or decode an url to a JSON object.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git@github.com:lbj96347/urlcode-json.git",
"dependencies" : "commander",
"keywords": [
"node.js",
"urlencode",
"urldecode",
"url",
"decode" ,
"encode"
],
"author": "CashLee",
"license": "BSD"
}