JavaScript Cari Array JSON untuk atribut yang cocok

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