Files
kumomta/docs/reference/kumo/toml_load.md
T

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)