Mongodb – how to access the value of key which contains an array of objects in mongo db
I have to access the value of name in Cuisine key , the data in database is stored in this form , the key Cuisine is an array of Objects which has keys cuisine and name i have to filter…