I am trying to understand why you would want to use a JSON column. Is it when you are too lazy to normalize the data at hand?
For example, I have an account's billing information. I could store it as a JSON dump, or break it down into columns, correct?
Which is preferred, and why?