quicktype-vscode
quicktype-vscode copied to clipboard
Support for .NET 6 System.Text.Json
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.