About JSON.parse: Looks like it actually is spec compliant now :) https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse
Throws a SyntaxError exception if the string to parse is not valid JSON.
@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.
About JSON.parse: Looks like it actually is spec compliant now :) https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse