Query params ↔ JSON

Konwerter query string i JSON

Wejście

Wyjście

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