require('fs').writeFile( './my.json', JSON.stringify(myArray), function (err) { if (err) { console.error('Crap happens'); } } );