mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-09-12 08:01:04 +00:00
This helps to avoid bloating kumo-server-common, and makes it easier to group related functions together in the docs. The original names are still usable; we'll remove them in a future release.
268 B
268 B
kumo.serde.yaml_load(FILENAME)
{{since('dev')}}
Reads the content of the file name FILENAME and parses it as YAML,
returning a lua representation of the parsed JSON.
See also kumo.serde.yaml_parse and kumo.serde.yaml_encode