pub fn export_ocel_json_to_vec(ocel: &OCEL) -> Result<Vec<u8>, Error>
Export OCEL to JSON in a byte array (Vec<u8>)
OCEL
Vec<u8>
To import an OCEL .json file see import_ocel_json_from_path instead.
import_ocel_json_from_path