JSON Column In EF Core

JSON Column In EF Core

In .Net 7 and above, EF Core supports JSON document columns and most of relational databases like SQL Server, PostgreSQL and MySQL support this feature. With this feature, we can access this JSON column data without serialization or deserialization