Axios отображать вложенную json console.log

axios.get(url + '?hapikey=' + copyFrom)
  .then(res => console.log(JSON.stringify(res.data, null, 2)));
Yawning Yak