So you're trying to parse the data you received on the PC with JSON.parse?
JSON.parse
If so, if you're using E.toJS you actually need to use a JSON5 parser
E.toJS
@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.
So you're trying to parse the data you received on the PC with
JSON.parse
?If so, if you're using
E.toJS
you actually need to use a JSON5 parser