Check the content of an array — CosmosDB
问题 I query a CosmosDB database using the following query : SELECT c.EventType.EndDeviceEventDetail FROM c WHERE (c.EventType.EndDeviceEventType.eventOrAction = '93' AND c.EventType.EndDeviceEventType.subdomain = '137' AND c.EventType.EndDeviceEventType.domain = '26' AND c.EventType.EndDeviceEventType.type = '3') I get as a response [ { "EndDeviceEventDetail": [ { "name": "Spontaneous", "value": "true" }, { "name": "DetectionActive", "value": "true" }, { "name": "RCDSwitchReleased", "value":