yaml_encode
On this page
wakterm.serde.yaml_encode(value)#
Encodes the supplied lua value as yaml:
> wakterm.serde.yaml_encode({foo = "bar"})
"foo: bar\n"
wakterm.serde.yaml_encode(value)#
Encodes the supplied lua value as yaml:
> wakterm.serde.yaml_encode({foo = "bar"})
"foo: bar\n"