0.1.1 • Published 12 years ago
jsync v0.1.1
jSync - Module for sync local object variable with json file
Installation
$ npm install jsync
Usage
var jsync = require('jsync');
var obj = jsync('data.json');
// now object will keep in sync with json-file