Store json in db

what is the best table structure in mysql to store json? ‘text’ or ‘blob’ or what?

Since JSON is text, a text field would be suitable.

Scott

Answer: A non-relational database.

PostgreSQL supports the JSON data type natively too. :smile:

Scott

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.