mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-09 20:12:13 +00:00
9 lines
304 B
Markdown
9 lines
304 B
Markdown
# `kumo.toml_parse(STRING)`
|
|
|
|
Parses STRING as TOML, returning a lua representation of the parsed TOML.
|
|
|
|
This is logically the opposite of [kumo.toml_encode](toml_encode.md).
|
|
|
|
See also [kumo.toml_load](toml_load.md), [kumo.toml_encode](toml_encode.md)
|
|
and [kumo.toml_encode_pretty](toml_encode_pretty.md)
|