Storing data in JSON format in MySql vs storing in each column
My team storing the JSON data in JSON format under column, usually the each value in JSON is stored under respective column? Why? Is there any advantage to store like that? Someone explain me the Pros and Cons for this