I have a JSON typed column and I try to use the native JSON functions that MySQL allow me to use: https://dev.mysql.com/doc/refman/8.0/en/json-modification-functions.html
I am especially looking for a way to update the JSON. Adding several values in the same JSON Array. The documentation is a bit rough on this point.
I know that it's not recommended to store JSON in a DB but I don't have the choice.