πŸ“—

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.
notion image

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 DevUtils 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).
notion image