Function process_mining::json_to_ocel
source · pub fn json_to_ocel(ocel_json: &str) -> OCELExpand description
Import OCEL from a JSON String
serde_json can also be used to import OCEL from other targets (e.g., serde_json::from_reader)