JSON support using System.Text.Json for Pomelo's MySQL provider for Entity Framework Core.
$ dotnet add package Pomelo.EntityFrameworkCore.MySql.Json.MicrosoftPomelo.EntityFrameworkCore.MySql.Json.Microsoft adds JSON support for System.Text.Json (the Microsoft JSON stack) to Pomelo.EntityFrameworkCore.MySql.
optionsBuilder.UseMySql(
connectionString,
serverVersion,
options => options.UseMicrosoftJson())
Pomelo.EntityFrameworkCore.MySql.Json.Microsoft is released as open source under the MIT license.
Bug reports and contributions are welcome at our GitHub repository.