Query params ↔ JSON

Converter between query string and JSON

Input

Output

{
  "a": "1",
  "b": [
    "hello world",
    "again"
  ]
}