Receive JSON from wsmessage

image

the websocket delivers a JSON, how can i see this in gamma ? in cables the websocket just outputs the JSON but in gamma its not so clear how to deserialize this

if you just want to have the json as a string, use the Data output of WSMessage.Split() → FromBytes [String.Primitive] which you find when enabling the Advanced aspect.