glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL

Home Page:https://app.quicktype.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For C# language, can you use the native JsonSerializer instead of Newtonsoft.Json?

johnib opened this issue · comments

Hi,

I've been using your VSCode extension for years. It's a great one.
I'd be even greater if you would switch to using System.Text.Json instead of Newtonsoft.Json.

Thank you!

Hi @johnib , this is already possible on the C# Renderer if you set the framework option to SystemTextJson