Node app can not access local json file

json file containing data and index.html in the Node app are in the same top directory. Using d3 js i am calling the json file to load data for visualization. But i am getting http error 404 while loading the node app. Any suggestions?