public class JsonModel { public List<Dictionary<string, Dictionary<string, string>>> Orders { get; set; } }