Let say I have a customer column family.
The columns: firstname, lastname, username, etc. . . . shipToStreet, shipToCity, shipToState, shipToEmail
Want to ask the pro & cons to store "shipTo" info as serialized JSON into a column as Map<text, text> vs. stored each field separately