I've the below data stored in a column of MySQL table which is of "json" data type (MySQL v5.7.9)
[{"id": "26", "title": "similar1", "score": "0.97"}, {"id": "27", "title": "similar2", "score": "0.87"}, {"id": "28", "title": "similar2", "score": "0.87"}]
I need a MySQL query which will return me all the "title" values i.e. similar1, similar2 and similar3 and so on