Function process_mining::ocel_to_json
source · pub fn ocel_to_json(ocel: &OCEL) -> StringExpand description
Serialize OCEL as a JSON String
serde_json can also be used to convert OCEL to other targets (e.g., serde_json::to_writer)