Skip to main content
Name Parse from YAML Description Converts a YAML string into a data object. Fields N/A Sample data
InputOutput
product:
name: “example”
{“product”: {“name”: “example”}}
products:
- “example”
- “example2”
{“products”: [“example”, “example2”]}