Name Deserialize: YAML Description The Deserialize: YAML mapper converts a string in YAML format into a JSON object. Fields N/A Sample dataDocumentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
| Input | Output |
|---|---|
| product: name: “example” | {“product”: {“name”: “example”}} |
| products: - “example” - “example2” | {“products”: [“example”, “example2”]} |