Skip to main content

Module yaml

Module yaml 

Source
Expand description

Native yaml module for YAML parsing and serialization.

Exports: yaml.parse(text), yaml.parse_all(text), yaml.stringify(value), yaml.is_valid(text)

Functionsยง

create_yaml_module
Create the yaml module with YAML parsing and serialization functions.