pub fn to_array_value(val: &str) -> Result<Value, Error>
Converts the val into a figment::Value::Array
val
figment::Value::Array
The values should be separated by commas, surrounding brackets are also supported [a,b,c]
[a,b,c]