Cómo importar datos JSON de un archivo local

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