Let\'s say I have a JSON column named data in some MySQL table, and this column is a single array. So, for example, data may contain:
A possible way is to deal with the problem as string matching. Convert the JSON to string and match.
Or you can use JSON_CONTAINS.