Converting events from server sent events to json format

@mohammednisar623 This is an old post but I think exactly what you are looking for. Subscribe to spark events using python - #7 by jgskarda It has the snippet of code I used to parse the JSON formatted string MSG to be a python dictionary. Hope that chunk of code helps!