You can now do:
>var s = require("Storage"); =function () { [native code] } >s.write("config",{password:"foobar"}) =true >s.readJSON("config").password ="foobar"
@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 now do: