Skip to main content

Module yaml_proc

Module yaml_proc 

Source
Expand description

YAML structured processor.

Parses YAML input, walks the value tree, replaces matched field values, and serializes back. Structure is preserved but minor formatting differences are possible (serde_yaml normalizes some whitespace).

Key paths use the same dot-separated convention as the JSON processor.

Structsยง

YamlProcessor
Structured processor for YAML files.