Noob Question: How do I access this value in JavaScript?
I’ve never used JavaScript before and I’m stumped about how to access a particular value in an Object. The JSON looks like this: { "payload":{ "params":{ "switch:0":{ "output":false, **<= trying to get this value ("false")** } } }, } Node-Red, the tool I’m working with, represents the object like this in its debug pane: I… Read More Noob Question: How do I access this value in JavaScript?