Query params ↔ JSON

Convertisseur entre query string et JSON

Entrée

Sortie

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