url2json

1.0.1 • Public • Published

url2json

A small command line tool to convert url params into json.

Installation

npm install -g url2json

Usage

$ url2json "foo=bar&bar[]=fizz&bar[]=buzz"
{
  "foo": "bar",
  "bar": [
    "fizz",
    "buzz"
  ]
}

License

MIT

/url2json/

    Package Sidebar

    Install

    npm i url2json

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • joezo