quicktype-vscode
quicktype-vscode copied to clipboard
Discussion: How to support two different code patterns in C# file?
It because .NET Core 3 built-in System.Text.Json namespace that replace Newtonsoft.Json. In the .NET world, there are two major different JSON serializer implementations now. How this extension distinguish between these two code patterns in the same C# language mode?
Idea 1: Maybe we can add another options when executing Paste JSON as Code.
Idea 2: Maybe we can add a new setting that define preferred code pattern.