I have a JSON type column. The JSON inside looks like this:
{
"user_info":
[
{"name":"Team member 1","email":"abc@xyz.com","employee_id":"1"},
{"name":"Team member 2","email":"def@xyz.com","employee_id":"2"}
]
}
How do I check whether the email "abc@xyz.com" exists within this JSON?