JsonSerializerSettings for ConfigurationBuilder
I have these settings in appsettings.json that IConfiguration can't bind/map them to my class correctly and I need to add a JSonSerializerSettings in order to be able to bind them.
How can I add a json serializing settings to configuration builder? I googled a lot and the only thing I found is this library:
https://cachemanager.michaco.net/documentation/api/CacheManager.Core.JsonConfigurationBuilderExtensions.html
0 Replies