RWW is a library to read and write JSON to the file system
Import your file and the changes will be reflected in the given file
✓ Read and write to the files system
Run the following command in your terminal
npm install rww
var json = require('rww')('./test.json')
json.random = Math.random()
The changes will now be reflected in the underlying file
MIT