What are Advantages / Disadvantages of Storing Data as JSON in Database?
I'm currently experimenting with storing the data as JSON in the database. I found out that latest versions of database engines allow storing of data JSON or JSON by data type. I'm wondering what exactly are the advantages and disadvantages of storing data as JSON vs. storing it as a regular text-string?
I did try finding information about it - but could not find anything that directly answers the question I have.Â
PS: My dilemma is about retrieving the data as JSON vs. retrieving it as plain text string. Ultimately, JSON itself looks like a plain text string to my eyes.Â
Tagging: #-Link-Snipped-# , #-Link-Snipped-# (add a photo, buddy!) for responses.Â