d3 ne lisant pas JSON

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