Yaml To String Node
The Yaml To String node converts YAML data to a string representation.
Description
The Yaml To String node converts YAML data into its string representation, useful for displaying or storing YAML data.
Execution Inputs
- In (execution): The execution flow enters through this pin
Variable Inputs
- YAML (any): The YAML data to convert to string
Execution Outputs
- Out (execution): Execution continues after conversion
Variable Outputs
- String (string): The YAML data as a string
Special Notes
- Converts YAML data structure to its string representation
- Useful for serialization or display purposes
- Output can be used with text nodes or saved to files
Example Usage
Convert YAML data to string for display, logging, or saving to text files.
Flow Download Example
Placeholder for flow download example
Additional Pictures
Placeholder for additional node images and examples