0 characters · 0 bytes
Waiting for input.
Query String to JSON Converter
Decode query strings with repeated keys and bracket notation into formatted JSON, with optional primitive inference.
Need the reverse conversion? JSON to query string.
0 characters · 0 bytes
Output
Converted text will appear here.
Conversion runs entirely in this browser.
Deterministic conversion
A leading question mark is optional. Percent escapes and form-style plus characters are decoded before repeated and bracketed keys are assembled.
Honest limitations
Primitive inference is optional because query strings do not carry native number, boolean or null types.