D3 tidak membaca json

d3.json("file.json").then(function(data){ console.log(data)});
CsuBison