Query-Parameter ↔ JSON

Konverter zwischen Query-String und JSON

Eingabe

Ausgabe

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