Monu Tools

Query String to JSON

Parse a URL query string into JSON and build a query string from JSON, in your browser.

How to use the Query String

  1. 01

    Choose a direction: query to JSON or JSON to query.

  2. 02

    Paste a query string (with or without the leading ?) or a JSON object.

  3. 03

    Copy the result, or swap to convert back.

Frequently asked questions

What happens with repeated parameters?

A key that appears more than once, like tag=a&tag=b, becomes an array in JSON, and arrays in JSON expand back into repeated parameters.

Can I paste a full URL?

Yes. When converting to JSON, anything before the ? is ignored, so you can paste an entire URL.

Are values decoded?

Yes. Percent-encoded values are decoded when parsing and encoded again when building a query string.

About this tool

A query string converter that turns URL parameters into a readable JSON object and back, handling repeated keys as arrays and decoding values.

It runs locally in your browser, so it is quick and your data stays private.

Related tools

We use essential cookies to run the site. With your consent we also load Google AdSense, which sets advertising cookies. See our privacy policy.