How Can I parse out JSON in a Node-RED Function
问题 I am working with Node-RED in Bluemix for IoT. How can I parse out the individual pieces of information (like the cmdmsg and the tempr) in a function node so I can use it in other nodes in the flow? I'm getting an error when I try (see below) I am receiving the JSON complete message object (from an IoT in Node) that I see in my "debug" node when I set it to look at the complete message object. see the object below. It appears to me that the JSON is formatted correctly. I tried putting the