Como importar dados JSON de um arquivo local

var json = require('./data.json'); //(with path)
Super Shrike