Skip to content

Instantly share code, notes, and snippets.

@kunigami
Created June 18, 2018 06:28
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 kunigami/b34631d6621b4857a3ebe82c8be3605b to your computer and use it in GitHub Desktop.
Save kunigami/b34631d6621b4857a3ebe82c8be3605b to your computer and use it in GitHub Desktop.
fs = require("fs");
fs.readFile("data.json", "utf8", (err, data) => {
console.log(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment