代码改变世界

随笔分类 -  Json

如何在ASP.NET Core中使用JSON Patch

2022-05-23 10:17 by 若藜520, 15 阅读, 收藏, 编辑
摘要: https://www.cnblogs.com/lwqlun/p/10433615.html 阅读全文

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 阅读全文