How to map JSON columns in Entity Framework 14 December 2022 JSON columns are supported since SQL Server 2016 and from EF7 also mapping JSON columns are supported, to map JSON columns we need to use owned entity types(OwnsOne and OwnsMany) and call once ToJson() when configuring the type in the OnModelCreating method in DbContext.