Module util

Module util 

Source
Expand description

Util module

Contains easy to use functions to read and write to YAML files

Functionsยง

read_file_into_string
Read file into a String
read_yaml_from_file
Read file into String and deserialize YAML object
read_yaml_from_string
Deserialize YAML object from String
write_yaml_to_file
Serialize YAML object and write it to a file