toml_encode
On this page
wakterm.serde.toml_encode(value)#
Encodes the supplied lua value as toml:
> wakterm.serde.toml_encode({foo = { "bar", "baz", "qux" } })
"foo = [\"bar\", \"baz\", \"qux\"]\n"
wakterm.serde.toml_encode(value)#
Encodes the supplied lua value as toml:
> wakterm.serde.toml_encode({foo = { "bar", "baz", "qux" } })
"foo = [\"bar\", \"baz\", \"qux\"]\n"