zijianhuang / openapiclientgen

Generate strongly typed C# and TypeScript client codes from Open API / Swagger definitions supporting jQuery, Angular, AXIOS, Fetch API, Aurelia and Angular Strictly Typed Forms
MIT License
64 stars 13 forks source link

replace Newtonsoft.Json.Converters.StringEnumConverter with JsonStringEnumConverter #28

Closed zijianhuang closed 3 years ago

zijianhuang commented 3 years ago

https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonstringenumconverter?view=net-5.0 as an option This is slightly related to #26

zijianhuang commented 3 years ago

done in the pull request