rww
v0.0.7
Published
read write web
Downloads
2
Readme
RWW
RWW is a library to read and write JSON to the file systemImport your file and the changes will be reflected in the given file
Get Started with RWW
Features
✓ Read and write to the files system
Get Started
Install with npm
Run the following command in your terminal
npm install rww
Import a JSON file
var json = require('rww')('./test.json')
Change the JSON
json.random = Math.random()
The changes will now be reflected in the underlying file
License
MIT