mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-10 20:42:14 +00:00
12 lines
367 B
Markdown
12 lines
367 B
Markdown
# `kumo.toml_encode_pretty(VALUE)`
|
|
|
|
Attempts to encode VALUE as its TOML equivalent, and returns that value
|
|
serialized as a string, using pretty, more human readable representation.
|
|
|
|
This is logically the opposite of [kumo.toml_parse](toml_parse.md).
|
|
|
|
See also [kumo.toml_load](toml_load.md), [kumo.toml_parse](toml_parse.md)
|
|
and [kumo.toml_encode](toml_encode.md)
|
|
|
|
|