It now uses NewtonSoft's JSON library for C# code generation. Would be nice if it supported .NET 6's System.Text.Json as well. using System.Text.Json.Serialization; JsonProperty => JsonPropertyName etc.
It now uses NewtonSoft's JSON library for C# code generation. Would be nice if it supported .NET 6's System.Text.Json as well.
using System.Text.Json.Serialization;
JsonProperty => JsonPropertyName
etc.