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