Receive JSON from wsmessage

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.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.