mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-20 03:18:18 +00:00
332 B
332 B
kumo.serde.yaml_encode(VALUE)
{{since('2024.09.02-c5476b89')}}
Attempts to encode VALUE as its YAML equivalent, and returns that value serialized as a string.
This is logically the opposite of kumo.serde.yaml_parse.
See also kumo.serde.yaml_load and kumo.serde.yaml_parse.