pub fn parse_to_vec<T>(content: &str) -> Result<Vec<T>>where T: TryFrom<Value>, T::Error: Display,
Parse to array/vector for direct use