I am familiar w/ loading an appsettings.json section into a strongly typed object in .NET Core startup.cs. For example:
public class CustomSection { publ
I believe you can use the following code:
var config = Configuration.GetSection("MobileConfigInfo").Get>();