pub fn value_to_complex_vec(val: &Value) -> Result<Vec<(f64, f64)>, String>
Convert a Value::Array of complex tuples (re, im) to Vec<(f64, f64)>.
Value::Array
Vec<(f64, f64)>