HTML
Markup
Private browser utility
Convert TOML config snippets to JSON locally in your browser for quick inspection.
Parse common TOML strings, numbers, booleans, arrays, and sections.
Pretty-print the JSON result for inspection.
Keep config snippets private while checking structure.
TOML input
name = "api"
replicas = 2
secure = true
[server]
port = 8080