Module yaml#

A module to help with handling yaml files

Plugins#

yaml.load(path: 'string') 'dict'#

Parse the yaml found in the file at ‘path’ into a dictionary

The path is according to the convention for std::source and std::file

yaml.loads(content: 'string') 'dict'#

Parse the yaml found in content into a dictionary