FSHelper.writeJSON(filePath, data)
Writes a JavaScript object to a JSON file.
1await FSHelper.writeJSON('./data.json', { hello: 'world' });
Writes a JavaScript object to a JSON file.
1await FSHelper.writeJSON('./data.json', { hello: 'world' });