Query params ↔ JSON

Convertidor entre query string y JSON

Entrada

Salida

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