Json – Avalonia, Foreach of an API request with HttpClient
I currently have an API request that I make with Avalonia C# and I manage to return the entire JSON as a result but cannot retrieve each element in a foreach. Here is the current code: // Get servers infos…