ParseYML
ParseYML¶
ParseYML is used to parse YAML strings into JSON objects.
It is useful when working with YAML configuration files or structured data written in YAML format.
ParseYML functionality is available through the modules object.
Parsing a YAML String¶
This converts YAML content into a JavaScript object.
Example Output¶
Unlike CSV parsing, numeric values are automatically converted to numbers.
Notes¶
- YAML indentation is respected
- Supports standard YAML syntax
- Useful for configuration files and structured settings