Skip to content

Instantly share code, notes, and snippets.

@ctide
Created July 14, 2011 21:32
Show Gist options
  • Save ctide/1083514 to your computer and use it in GitHub Desktop.
Save ctide/1083514 to your computer and use it in GitHub Desktop.
var jsonObj;
fs.readFile('file.json', 'utf8', function(err, data) {
jsonObj = JSON.parse(data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment