export_ocel_json_to_vec

Function export_ocel_json_to_vec 

Source
pub fn export_ocel_json_to_vec(ocel: &OCEL) -> Result<Vec<u8>, Error>
Expand description

Export OCEL to JSON in a byte array (Vec<u8>)

To import an OCEL .json file see import_ocel_json_from_path instead.