Cara mengimpor data JSON dari file lokal

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