Closed aditya11ad closed 1 year ago
Dear @aditya11ad
We are not providing currently a default JSON serialization for our HeuristicsNet object nor plan to introduce it in near future.
However, if you look inside the class pm4py.objects.heuristics_net.obj.HeuristicsNet in particular inside the constructor, you see that the class is mainly based on Python dictionaries / set, which can be serialized quite easily
thanks for the quick reply,
can u plz help me with that code of json serialization.
considering:
heu_net = heuristics_miner.apply_heu(log)
Hi, I have applied miner and created visualization by following code:
now I want the json representation of generated graph to be passed for customization at frontend.
Is there any method or technique for that?
thanks in advance.