yaml_decode
On this page
wakterm.serde.yaml_decode(string)#
Parses the supplied string as yaml and returns the equivalent lua values:
> wakterm.serde.yaml_decode('---\n# comment\nfoo: "bar"')
{
"foo": "bar",
}