parse_to_vec

Function parse_to_vec 

Source
pub fn parse_to_vec<T>(content: &str) -> Result<Vec<T>>
where T: TryFrom<Value>, T::Error: Display,
Expand description

Parse to array/vector for direct use