Skip to content

Instantly share code, notes, and snippets.

@samthomson
Created November 18, 2020 13:17
Show Gist options
  • Save samthomson/bbafca1a5caaececf043d751a6b610c1 to your computer and use it in GitHub Desktop.
Save samthomson/bbafca1a5caaececf043d751a6b610c1 to your computer and use it in GitHub Desktop.
node: write object to local json file
import * as fs from 'fs'
fs.writeFileSync('response.json', JSON.stringify(result))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment