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
168 stars 38 forks source link

bigInteger support for system.Text.Json #153

Closed zijianhuang closed 5 months ago

zijianhuang commented 5 months ago

https://stackoverflow.com/questions/64788895/serialising-biginteger-using-system-text-json

dbc had provided the codes. Just in cooperate in the demo codes, no need for a library.

zijianhuang commented 5 months ago

done