Private browser utility

TOML to JSON

Convert TOML config snippets to JSON locally in your browser for quick inspection.

What this tool is good for

Parse common TOML strings, numbers, booleans, arrays, and sections.

Pretty-print the JSON result for inspection.

Keep config snippets private while checking structure.

Example input

TOML input

name = "api"
replicas = 2
secure = true

[server]
port = 8080