Query params ↔ JSON

Converter tussen query string en JSON

Invoer

Uitvoer

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