Dev Tools

Querystring ↔ JSON

Convert querystrings to JSON and build querystrings from JSON.

Input
Result
{
  "foo": [
    "bar",
    "baz"
  ],
  "n": "1"
}

Related tools