By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| CONCAT('["', REPLACE('technician,director,website designer', ',', '","'), '"]') |
|---|
| ["technician","director","website designer"] |
| JSON_VALID(CONCAT('["', REPLACE('technician,director,website designer', ',', '","'), '"]')) |
|---|
| 1 |