using System.Json; /* from Nuget Packages */ var result = JsonValue.Parse(await client.GetStringAsync(uri)); Debug.WriteLine(result);
returns
<