JSON to GET Parameters, GET Parameters to JSON

Input:
Output:

JSON to GET Parameters, GET Parameters to JSON

JSON to GET parameters, GET parameters to JSON is a convenient tool that converts JSON into query parameters and vice versa. Copy, paste, and convert.

It provides the following features:

  1. Online generation of GET query parameters from a JSON string (JSON to GET query parameters).
  2. Online generation of JSON strings from GET query parameters (GET query parameters to JSON).

How to use JSON to GET Parameters, GET Parameters to JSON?

  1. Enter or paste your JSON/GET query parameter string into the text area above.
  2. Click the "JSON to GET" button to generate your query parameter code, or click the "GET to JSON" button to generate your JSON code.
  3. Click the "Copy" button to paste it into your clipboard; you can also download the result file.

Example: Convert JSON String to GET Query Parameters

Input JSON string:

{"name": "www.online-compiler.com", "boolean": true, "number": "30", "string": "Hello World"}

Output query parameters:

name=www.online-compiler.com&boolean=true&number=30&string=Hello World