摘要:
https://www.cnblogs.com/lwqlun/p/10433615.html 阅读全文
随笔分类 - Json
Newtonsoft Json序列化按照字母顺序排序,修改属性名称
2020-04-25 16:45 by 若藜520, 2935 阅读, 收藏, 编辑
摘要:
public class Person { public string Name { get; set; } public List<Book> Books { get; set; } public int Age { get; set; } [Newtonsoft.Json.JsonPropert 阅读全文