json_to_ocel

Function json_to_ocel 

Source
pub fn json_to_ocel(ocel_json: &str) -> OCEL
Expand 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)