Loading tool...
Loading tool...
Format, validate, and convert TOML files to/from JSON. Used in Cargo.toml, pyproject.toml, and more.
Basic types
str = "hello world" int = 42 float = 3.14 bool = true date = 2024-01-15T10:30:00Z
Tables & arrays
[table] key = "value" [[array_of_tables]] name = "first" [[array_of_tables]] name = "second"