package org.sikuli.recorder.event; import org.json.simple.JSONObject; public class Event { public JSONObject toJSON(){ return new JSONObject(); } }