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

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)