foundry_config::utils

Function 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]