ocel_to_json

Function ocel_to_json 

Source
pub fn ocel_to_json(ocel: &OCEL) -> String
Expand 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)