You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • You can now do:

    >var s = require("Storage");
    =function () { [native code] }
    >s.write("config",{password:"foobar"})
    =true
    >s.readJSON("config").password
    ="foobar"
    
About

Avatar for Gordon @Gordon started