fetch('https://~~링크.json') .then(res => res.json()) .then(function(data){ console.log(data) }) .catch(function(error){ console.log('실패함') })
헷갈릴 떄 와서 보려고 올렸읍니다