| Meaning |
```json
{
"company": "Darden Restaurants, Inc.",
"ticker": "DRI",
"exchange": "NYSE",
"industry": "Restaurants",
"headquarters": {
"city": "Orlando",
"state": "Florida",
"country": "USA"
},
"founded": 1968,
"keyExecutives": {
"CEO": "Gene Lee",
"President": "Peter G. McGuire"
},
"restaurants": [
"Olive Garden",
"LongHorn Steakhouse",
"Cheddar's Scratch Kitchen",
"The Capital Grille",
"Eddie V's Prime Seafood",
"Yard House",
"Seasons 52"
],
"revenueFY2023": "8.01B USD",
"employees": 185000,
"website": "https://www.darden.com"
}
``` |