Query String Parser

(Renamed to "URL Parser")

Parse a query string in your URL without online tools. DevUtils.app allows you to quickly parse a query string to a JSON object without any internet connection. It supports array parameters in the query string and outputs the parsed value as JSON.

DevUtils.app: Query String Parser macOS app

Quickly parse a query string

You can parse a query string from anywhere in your macOS (terminal, in email, web browser,...).DevUtils will inspect your clipboard content and automatically select the Query String Parser tool if the content is a query string (identify by having at least two query string variables in the string). Activate the app by:

  • Copy text → Press Space
    (Or your own customized hotkey, up to you)
  • Copy text → Click to iconDevUtils.app status bar icon in the status bar
  • Select text → Right-click → "Inspect in DevUtils.app"
    (This menu appears after you install the app)

Input

Enter your string in the input textbox. If you already have the string in your clipboard, just click the "Clipboard" button, and the tool will use the content in your clipboard as input.

Output

The parsed string will be displayed in the bottom text view. Click "Copy" to copy the output string to your clipboard.

If your query string has multiple variables with the same name, the tool will parse it as a JSON array.

Options

When you activate the app, DevUtils will inspect your clipboard content and automatically select the Query String Parser tool if the content is a query string. You can disable this automatic feature by unticking the option in the setting panel (the gear icon).

DevUtils.app: Query String Parser macOS app