Have created a console application in .net core, i want to define date in appsettings.json and then access in program.cs,how can this be done
here is appsetting.json code i am trying
"date": { "todayDate": ''new Date()' }
please let me know about the same