mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-10 12:32:13 +00:00
8 lines
282 B
Markdown
8 lines
282 B
Markdown
# `kumo.toml_load(FILENAME)`
|
|
|
|
Reads the content of the file name `FILENAME` and parses it as TOML,
|
|
returning a lua representation of the parsed TOML.
|
|
|
|
See also [kumo.toml_parse](toml_parse.md), [kumo.toml_encode](toml_encode.md)
|
|
and [kumo.toml_encode_pretty](toml_encode_pretty.md)
|