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

Discussion: How to support two different code patterns in C# file?

Open doggy8088 opened this issue 5 years ago • 0 comments

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.

doggy8088 avatar Dec 13 '19 14:12 doggy8088