Hello @all,
I do know how to send a simple (flat) JSON using makeWebRequest.
But I could not figure out how a bit more complex JSON like the following could be sent:
{"topic":"topic/watch","type":"watch","name":"button1","priority":1,"payload":[["ClickType","SerialNumber","Time"],["button1","455664445671",0]]}
Does anybody know how this JSON could look like as dictionary?
Or is it impossible to send such an object structure using makeWebRequest?
Thx in advance