Form Data to JSON Converter
Paste a form-urlencoded string to convert it into JSON.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
HTML forms and many APIs submit data as application/x-www-form-urlencoded text — key-value pairs joined with &, keys and values separated by =, and special characters percent-encoded (spaces as + or %20). That flat, order-dependent string is easy for browsers to send but awkward to read or reuse compared to structured JSON, especially once repeated keys like item=1&item=2 need to become arrays.
This tool parses a form-urlencoded string, decodes each key and value, and outputs clean, formatted JSON. Backend developers use it to quickly inspect what a form POST body or query string actually contains, and QA engineers and API testers use it when converting a captured request (from browser dev tools or a proxy like Postman) into a JSON payload for a different endpoint or test fixture.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)