Query CosmosDb Unstructured JSON
问题 How can CosmosDB Query the values of the properties within a dynamic JSON? The app allows storing a JSON as a set of custom properties for an object. They are serialized and stored in CosmosDb. For example, here are two entries: { "id": "ade9f2d6-fff6-4993-8473-a2af40f071f4", ... "Properties": { "fn": "Ernest", "ln": "Hemingway", "a_book": "The Old Man and the Sea" }, ... } and { "id": "23cb9d4c-da56-40ec-9fbe-7f5178a92a4f", ... "Properties": { "First Name": "Salvador", "Last Name": "Dali",