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ยง
- Yaml
Processor - Structured processor for YAML files.