glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
11.93k stars 1.05k forks source link

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

Closed johnib closed 4 months ago

johnib commented 8 months ago

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!

inferrinizzard commented 4 months ago

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