Page Contents
Home > @loopback/sequelize > SequelizeDataSource > parseJsonColumns
SequelizeDataSource.parseJsonColumns property
Gets the flag indicating whether to parse JSON columns. If the parseJsonColumns
property is set in the configuration, its value will be returned. Otherwise, it returns true
if the dialect is MySQL, false
otherwise.
Signature:
get parseJsonColumns(): boolean;