Yes, text in json will not be covered ....
ok so let's sum it up
var json = {a:"1",b:2}; data = E.toJS(json); // {a:\"1\",b:2}" j = eval('('+data+')'); // { a: "1", b: 2 }
So, JSON5 is possible on Espruino devices - thanks.
@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.
Yes, text in json will not be covered ....
ok so let's sum it up
So, JSON5 is possible on Espruino devices - thanks.