Query String Converter

Convert between URL query strings and JSON, with nested bracket support.

Support
Works Offline
Privacy First
No Login
No API

Query string

Input

JSON

Output

About the Query String Converter

Convert a query string into structured JSON (supporting bracket notation like a[b][]=1) or serialize JSON back into a query string, useful for debugging API requests and form submissions.

Examples

Nested query to JSON

user[name]=Ada&user[roles][]=admin

Output

{"user":{"name":"Ada","roles":["admin"]}}

Keyboard shortcuts

  • Copy the main outputCtrl / ⌘ + Shift + C
  • Download the resultCtrl / ⌘ + S
  • Share this toolCtrl / ⌘ + Shift + S
  • Reset the inputsAlt + R
  • Open the tool search paletteCtrl / ⌘ + K

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser