zijianhuang / webapiclientgen

Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
MIT License
167 stars 38 forks source link

support JsonPropertyName #119

Closed zijianhuang closed 2 months ago

zijianhuang commented 2 years ago

https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-customize-properties?pivots=dotnet-6-0 https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonattribute?view=net-6.0

zijianhuang commented 2 months ago

done