pm4py.write.write_ocel2_json#

pm4py.write.write_ocel2_json(ocel: OCEL, file_path: str, encoding: str = 'utf-8') None[source]#

Writes an OCEL2.0 object to disk in the .jsonocel file format.

Parameters:
  • ocel (OCEL) – OCEL object.

  • file_path (str) – Target file path to the JSON-OCEL file.

  • encoding (str) – The encoding to be used (default: utf-8).

import pm4py

pm4py.write_ocel2_json(ocel, '<path_to_export_to>')