Raw form body
name=Ana+Silva&active=true01 / Browser converter
Your formatted JSON will appear here.
Paste encoded data and convert it—nothing leaves this browser.
Free browser tool · Input stays on your device
Paste form data, a query string, or an entire URL. Get readable JSON without uploads, accounts, or data leaving your browser.
Understand the conversionHow it works
The converter follows standard form-encoding rules, including percent escapes, plus-sign spaces, empty values, and repeated fields.
Use raw x-www-form-urlencoded data, a query string beginning with ?, or a complete URL.
Encoded characters become readable, values can contain equals signs, and URL fragments are ignored.
Repeated field names become arrays, so no submitted value is silently discarded.
API for agents and automation
The versioned, stateless JSON API is described with OpenAPI and discoverable through an IETF API catalog and llms.txt.
Privacy note: unlike the browser converter, API requests transmit input to the server for processing. Input is not persisted.
curl -X POST \
https://x-www-form-urlencoded-to-json.fabreco.studio/api/v1/convert \
-H "Content-Type: application/json" \
-d '{"input":"name=Tom&age=68"}'Accepted input
Raw form body
name=Ana+Silva&active=trueFull URL
https://example.com/?page=2&sort=newRepeated fields
tag=design&tag=development