My question is specifically for MySQL 5.6 which does not have JSON search support.
I have thousands of records and I have to check the json field state from a JSON structure. I have to check that return all records where JSON field state does not contain -, hyphen. LIKE seems costly. Is there anyother way to do it?