Skip to content

Instantly share code, notes, and snippets.

@Saccarab
Created March 22, 2019 00:17
Show Gist options
  • Save Saccarab/c2c0a967928096edaef04c930aa3e2df to your computer and use it in GitHub Desktop.
Save Saccarab/c2c0a967928096edaef04c930aa3e2df to your computer and use it in GitHub Desktop.
json write file sync
const fs = require('fs');
fs.writeFileSync(`${name}.json`, JSON.stringify(data))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment