Sample text
%3Cservice%3E%3Cname%3Ebilling%3C%2Fname%3E%3Cenabled%3Etrue%3C%2Fenabled%3E%3Cregions%3E%3Cregion%3Eapac%3C%2Fregion%3E%3Cregion%3Eeu%3C%2Fregion%3E%3C%2Fregions%3E%3C%2Fservice%3E
Decode URL-encoded XML in browser, validate the decoded payload, and format it into readable structured output.
%3Cservice%3E%3Cname%3Ebilling%3C%2Fname%3E%3Cenabled%3Etrue%3C%2Fenabled%3E%3Cregions%3E%3Cregion%3Eapac%3C%2Fregion%3E%3Cregion%3Eeu%3C%2Fregion%3E%3C%2Fregions%3E%3C%2Fservice%3E
{
"id": 101,
"name": "Ada Lovelace",
"active": true
}
Yes. The transform runs directly in browser so encoded or decoded values stay local and ready to copy immediately.
Yes. After the URL decode step, the tool validates the XML result and formats it into readable output when the payload is valid.