skoruba / AuditLogging

🕊️ Simple audit logging for .NET Core with EntityFramework Core
MIT License
114 stars 38 forks source link

System.Text.Json? #7

Open hansmbakker opened 4 years ago

hansmbakker commented 4 years ago

System.Text.Json is available now. It has become part of ASP.Net Core, and can also be used with netstandard projects.

One of the benefits is improvement performance.

Maybe this is something you'd like to look into?