C#中使用Newtonsoft.json解析具有不同名称的JSON子节点列表

public class Root { [JsonProperty("results")] public Result Results { get; set; } }
posted @ 2023-02-10 16:54  Echo_xxx  阅读(159)  评论(0编辑  收藏  举报