quicktype-vscode icon indicating copy to clipboard operation
quicktype-vscode copied to clipboard

Support for .NET 6 System.Text.Json

Open dennisvanderpool opened this issue 3 years ago • 0 comments

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.

dennisvanderpool avatar Jan 05 '22 00:01 dennisvanderpool