How to use appsettings.json with Xamarin.Forms
There are two key differences compared to ASP.NET: To get started, add an appsettings.json file in your shared project. Make sure you set it’s Build Action to Embeded Resource. Add some keys + value in the file that we can use for testing. For example: Next, we need to get hold of the resource stream….