Need help to find a way to search JSON strings where an attributes is empty. Ex: get all JSON data where 'tags' is empty. Appreciate your help. {
"configurationItemCaptureTime":"2021-04-09T00:40:20.800Z",
"relationships":[
],
"configurationStateId":3456,
"configurationItemVersion":"1.3",
"tags":{
},
"awsAccountId":"12345678",
"supplementaryConfiguration":{
},
"ARN":"arn:aws:ec2:us-east-1:4567:instance/i-0b8973444340",
"configurationStateMd5Hash":"",
"awsRegion":"us-east-1",
"resourceId":"i-0343434345b26510",
"configurationItemStatus":"ResourceDeleted",
"resourceType":"AWS::EC2::Instance",
"relatedEvents":[
]
}
... View more