1.0.2 • Published 6 years ago

read_write_json_fs v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

//Load the module var testVariable = require('read_write_json_fs').fileManager //Read a json file var testVariable = readJsonFile('filename.json'); //Write a new object in json file var testVariable = writeJsonFile('filename.json',sampleObject); //sampleObject = {id:1,square:2} //Delete a file var testVariable = deletJsonFile('filenmae');