Skip to content

Instantly share code, notes, and snippets.

@Arieg419
Created November 28, 2017 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arieg419/ac74a1bf4b14c8eab672202ded474449 to your computer and use it in GitHub Desktop.
Save Arieg419/ac74a1bf4b14c8eab672202ded474449 to your computer and use it in GitHub Desktop.
const jsonfile = require('jsonfile')
const file = '/tmp/data.json'
const obj = {name: 'JP'}
jsonfile.writeFile(file, obj, (err) => console.error(err))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment