pub fn export_ocel_json_path<P: AsRef<Path>>( ocel: &OCEL, path: P, ) -> Result<(), Error>
Export OCEL to a JSON file at the specified path
OCEL
To import an OCEL .json file see import_ocel_json_from_path instead.
import_ocel_json_from_path