first shot
var json = {a:1,b:2}; var data = JSON.stringify(json).replace(/\"/g, ''); // '{a:1,b:2}' var j = E.toJS(data) // "\"{a:1,b:2}\""
Ok, no error but no object - whats missing ?
@MaBe 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.
first shot
Ok, no error but no object - whats missing ?