Skip to main content
Name Deserialize: YAML Description The Deserialize: YAML mapper converts a string in YAML format into a JSON object. Fields N/A Sample data
InputOutput
product:
name: “example”
{“product”: {“name”: “example”}}
products:
- “example”
- “example2”
{“products”: [“example”, “example2”]}