About JSON and URL Params Converter
This tool converts data between JSON and URL parameters with multiple encoding modes, auto decode detection, and structure stats.
Key Features
- Two-way Conversion: Encode and decode workflows.
- Encode Modes: Form mode, JSON mode, and bracket nested mode.
- Decode Detection: Auto-detect input style (form/json).
- Output Formatting: Pretty or compact JSON output.
- Stats: Field count and nesting depth.
- Copy/Download: Easy output export.
Steps
- Choose Encode or Decode tab.
- Configure mode/format options.
- Enter source data and convert.
- Review stats and copy/download output.
Use Cases
- Query parameter debugging across frontend/backend.
- Troubleshooting nested parameter contracts.
- Converting URL payloads into structured JSON.
FAQ
Why is decode output incomplete?
Input may contain mixed/unescaped segments. Normalize encoding first.
When should I use bracket mode?
Use it when backend parsers expect nested params like a[b][c]=1.