function getJSON()

in util.js [3:6]


function getJSON(file) {
  // Get content from file
  return JSON.parse(fs.readFileSync(file));
}