Sample text
c2VydmljZTogYmlsbGluZwplbmFibGVkOiB0cnVlCnJlZ2lvbnM6CiAgLSBhcGFjCiAgLSBldQ==
Decode Base64-encoded YAML in browser, validate the decoded payload, and format it into readable structured output.
c2VydmljZTogYmlsbGluZwplbmFibGVkOiB0cnVlCnJlZ2lvbnM6CiAgLSBhcGFjCiAgLSBldQ==
{
"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 Base64 decode step, the tool validates the YAML result and formats it into readable output when the payload is valid.