function writeJsonFile(file, content) { let jsonData = JSON.stringify(content) fs.writeFileSync(file, jsonData) }