When using SQL
or MySQL
(or any relational DB for that matter) - I understand that saving the data in regular columns is better for indexing sake and other purposes...
The thing is loading and saving JSON
data is sometimes a lot more simple - and makes the development easier.
Are there any "golden rules" for saving raw JSON
data in the DB?
Is it absolutely a bad practice to do so?