I have an asynchronous WebSocket Request, with "Text Data" as the type, as I want to send JSON, e.g. {"Id":100,"Type":42,"Body":{}}. Can one of the JSON fields (e.g. "Id") have a dynamic value, for example take the value of a loop counter or of a variable I have set before?
↧