beakerlib-ya - Man Page
ya.sh ā a YAml parser in pure baSH
Description
This file contains a yaml parser to help to handle yaml metadata.
Functions
rlYash_parse
Parse yaml data to the associative array.
rlYash_parse VAR_NAME YAML_DATA
- VAR_NAME
Name of the variable to which the yaml structure will be saved.
Note that the variable needs to be predeclared as an associative array.
- YAML_DATA
The actual yaml data.
Authors
- Dalibor Pospisil <sopos@sopos.eu>
Info
2024-07-17 perl v5.40.0 User Contributed Perl Documentation