You can dump it with console.log(JSON.stringify(wlan)) or maybe even console.log(wlan)... I'll try it out here and will fix it when I get time though.
console.log(JSON.stringify(wlan))
console.log(wlan)
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
You can dump it with
console.log(JSON.stringify(wlan))
or maybe evenconsole.log(wlan)
... I'll try it out here and will fix it when I get time though.