Hey all
Im trying to extract specific attributes from a JSON published via AWS IOT. I can see the entire message but when I try to get key in the map it doesnt get any data.
Am i using get key in map right?
![alt text](image url)
Hey all
Im trying to extract specific attributes from a JSON published via AWS IOT. I can see the entire message but when I try to get key in the map it doesnt get any data.
Am i using get key in map right?
![alt text](image url)
@kombistack Im trying to do something similar to this. I'm subscribing to an AWS IOT topic which is publishing a JSON. I can receive the whole message but in trying to extract one field from the JSON its not returning anything. Pic below