I wish to deserialize a JSON string into a C# object. ... public class TestModel { public List<Dictionary<string, string>> Item { get; set; } ...
確定! 回上一頁