TOML

TOML format (text/toml).

Just like JSON, TOML works with field data. The TOML format has an identifier of "toml" (the file extension of a TOML file) and is available by default.

message = "hello, world"

[person]
name = "Bob Smith"
age = 42

Last updated

Was this helpful?