pub fn load_json_to_datatable<P: AsRef<Path>>( path: P, table_name: &str, ) -> Result<DataTable>
Load a JSON file into a DataTable