fetch("animals.json") .then(response => response.json()) .then(data => { // Work with your data here });