0.0.3 • Published 7 years ago

json-file-proxy v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

JSON-FILE-PROXY

Automatically synchronizes a json file to a native object or array

Installation

NPM

npm install --save json-file-proxy

YARN

yarn add json-file-proxy

Usage

const jsonFileProxy = require('json-file-proxy');

let file = jsonFileProxy('fileName.json');

file.stringProperty = 'string';
file.objectProperty = { stringProperty: 'stirng' };
0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago