'Blazor - Merge .json file to IConfiguration

So in Blazor you get an instance implementing IConfiguration as default service. No need to register it yourself. My Question is: Can I load additional .json files into the default IConfiguration instance? And if not, is it possible to register my own IConfiguration and load different .json files into it? And if so, how?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source