Yes. TOML tables and arrays are converted into their matching JSON or YAML structure.
TOML Converter
Text toolsPaste TOML or upload a file, then choose JSON or YAML output. Great for inspecting configuration files or migrating them into other formats. Everything runs locally in your browser.
Input
Output
{
"name": "Toolifyit",
"locale": "en",
"seo": {
"indexable": true
}
}Processed locally in your browser — nothing is uploaded.