pub fn get_string_array(value: &Yaml) -> Result<Vec<String>, YamlContentErr>
Returns an array of string parsed from a YAML.
If it cannot be parsed.