APS.NET Core 5.0 Json任何类型读取到字符串属性The JSON value could not be converted to System.String.
public class Startup { public Startup(IConfiguration configuration) { Configuration = configuration; } public IConfiguration Configuration { get; } // This method gets called by the runtime. U...