how to find unique values from array of object in mongoDB
i have following bson data in mongoDB {name : "c1" arr : [ { partyName : "p1", poNumber : "789", }, { partyName : "p1", poNumber : "700", }, { partyName : "p3", poNumber : "889", } ] }, {name…