jsonpost

JSON to Query String / URL Params

Convert a JSON object into a URL-encoded query string, and back again.

Runs entirely in your browser — your data never leaves your device.

Loading tool…

How to use this tool

  1. 1Paste a flat JSON object into the editor.
  2. 2Choose JSON-to-query or query-to-JSON mode.
  3. 3Copy the converted result.

Frequently asked questions

How are arrays and nested objects handled?
Arrays are serialized with repeated keys or bracket notation, and nested objects are flattened using bracket paths.
Can it parse an existing query string?
Yes. Switch to query-to-JSON mode and paste a string like a=1&b=2 to get a JSON object back.
Is my data uploaded to a server?
No. Every tool on JSONPost runs entirely in your browser using JavaScript. Your JSON never leaves your device, so it is safe to use with private or sensitive data.

Related tools