SQLAlchemy JSON as blob/text

Viewed 23257

I'm storing JSON down as blob/text in a column using MySQL. Is there a simple way to convert this into a dict using python/SQLAlchemy?

8 Answers
Related