JavaScript Recherchez un tableau de JSON pour l'attribut correspondant

return restaurants.find(item => {
   return item.restaurant.food == 'chicken'
})
Fierce Fly