using System.Collections.Generic;
public static void Main()
""name"": ""Placeholder"",
""playerId"": ""27271906"",
""playerName"": ""Billy""
""playerId"": ""35568613"",
""playerName"": ""Jeeves""
var result = JsonConvert.DeserializeObject<Top>(jsonString);
List<string> pros = new List<string>();
foreach (IDs x in result.entries)
foreach (var pro in pros)
public string playerId { get; set; }
public List<IDs> entries { get; set; }