Edit and validate TOML configuration files with syntax highlighting, real-time validation, and bidirectional JSON conversion.
Output will appear here...
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