
Parses each upstream String (or every element of a [String]) as JSON and writes the result as a YAML document under output_path, with the extension from file_extension and the file named from name_template.
Config emission. Serialise a pipeline value to JSON and persist it as a human-editable YAML file.
Format bridge. Pull a structured payload, normalise it to a JSON string, and re-emit it as YAML.
file_extension is stripped and an empty value falls back to yaml.output_path with the same name_template overwrites earlier files.Automated release