Skip to content

Instantly share code, notes, and snippets.

@ryanve
Created October 7, 2016 17:39
Show Gist options
  • Select an option

  • Save ryanve/7b815b86233a1107b2c2f94053553dfb to your computer and use it in GitHub Desktop.

Select an option

Save ryanve/7b815b86233a1107b2c2f94053553dfb to your computer and use it in GitHub Desktop.
node readJsonSync function
function readJsonSync(file) {
return JSON.parse(require('fs').readFileSync(file, 'utf8'))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment