using System.Collections.Generic;
public static void Main()
""Next"": ""PageDownURL"",
var resultS = JsonConvert.DeserializeObject<RootSelf>(input);
resultS.Data["Item1"].Dump();
resultS.Data["Item1"].First()["SubItem1"].Dump();
public string Status { get; set; }
public ResultInfo ResultInfo { get; set; }
public string Message { get; set; }
public Dictionary<string, List<Dictionary<string, List<string>>>> Data { get; set; }
public partial class ResultInfo
public string Prev { get; set; }
public string Next { get; set; }
[JsonProperty("total_count")]
public int TotalCount { get; set; }
[JsonProperty("per_page")]
public int PerPage { get; set; }
public int Page { get; set; }