COSMOS DB Find object within an object based on a value
I have multiple JSON objects within items in COSMOS DB. For example: "Fruit": { "Apples": 200, "Oranges": 130, "Strawberries": { "Small": 30, "Large": "Finished" } "Fruit": { "Apples": 78, "Oranges": 90, "Strawberries": { "Small": 10, "Large": 30 } And I want to return all fruit where large is "Finished". So in this example just the… Read More COSMOS DB Find object within an object based on a value