Developer Tool

TOML Editor

Edit and validate TOML configuration files with syntax highlighting, real-time validation, and bidirectional JSON conversion.

TOML Input
0 lines
JSON Output
0 bytes
Output will appear here...
TOML Syntax Guide
key = "value" String value
num = 42 Integer value
bool = true Boolean value
date = 1979-05-27 Date value
arr = [1, 2, 3] Array value
[section] Table/Section
[[array]] Array of tables
# comment Comment line
Copied to clipboard!