I'm new to d3.js. I tried requesting the data via d3.json as below and got the data successfully, but my console outputs nothing.
Could anybody tell me how can I do to solve it?
Thank you very much!
d3.json("https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/GDP-data.json", function(json){
console.log(JSON.stringify(json))
})