Hello all,
New guy here.
I'm trying to get the output from websocket.messagetext into an array.
I've tried a few different JSON plugins but cant quite get the right workflow.
Any ideas are much appreciated.
Thanks
JG
Right now I have this coming in from the Websocket connection using the rex_hash plugin. I just want to import the values into an array
{
"topic": "/stream/8da4a9b5-80e9-4f01-a672-c760df080bd3/presence",
"payload": "[{\"timestamp\":1539874381,\"sourceId\":\"JGauduAP02\",\"trackingId\":\"MsAPGT\",\"rssi\":-84,\"proximity\":\"NEAR\",\"scanType\":\"BLE\",\"deviceAddress\":\"f3:c7:15:9b:49:f9\"}]",
"qos": 0,
"retain": false,
"_msgid": "38e2e96e.73da76"
}