Esempio n. 1
0
 def convert_to_JSON(self, event: Event, zone: Zone):
     return "{" + str(zone.to_JSON()) + "[\n\t" + event.to_JSON() + "\n]}"