Hi all,
I'm looking for a way to parse the JSON that I'm receiving from a MQTT communication.
I'm receiving the following structure:
IOLM/port/1/pdi : msg.payload : string[163]
"{"port":1,"valid":1,"uint":8716289,"PD_ProcessData_IN":{ "Flow":133,"Error":false,"Fixed_output":false,"HHH_LLL":false,"OUT2":false,"OUT1":true},"raw":[0,133,0,1]}"
However, I would like to look only into the Flow information, such as:
Flow:133
Thank you guys
Regards
Marcos