Function read_array_json

Source
pub fn read_array_json<P, A>(path: P) -> Result<Array<A, IxDyn>>
where P: AsRef<Path>, A: for<'de> Deserialize<'de> + Clone,
Expand description

Convenience function to read an array from JSON format