Map complex object (dictionary) from appsettings.json to model
Hi,
i have a complex appsettings.json like this
How can I map this?
I have a class definition
and read the config like
When I check the
i have a complex appsettings.json like this
How can I map this?
I have a class definition
and read the config like
When I check the
clientConfig object, I see that the ProtectedResourceMap has one entry: key="1" and value="user.read". How can I fix it so I have a list of dictionary entries?