I have this json file which im trying to get hold of its data.
Using, var data = require(\'../file.json\'); I could get the data, objectified pretty easi
var data = require(\'../file.json\');