Data & Formats
TOML Converter
Convert between TOML and JSON in either direction.
TOML JSON
TOML input
JSON output
{
"title": "FitTools",
"owner": {
"name": "Max",
"active": true
}
}Convert between TOML and JSON in either direction.
{
"title": "FitTools",
"owner": {
"name": "Max",
"active": true
}
}