https://learn.microsoft.com/zh-cn/aspnet/core/web-api/advanced/formatting?view=aspnetcore-8.0
在.NET Web API设置响应输出Json数据格式常用的两种方式详解
目录 前言 JSON序列化和反序列化库 System.Text.Json Newtonsoft.Json 需求设置统一格式 未配置之前的API输出Json数据 UserInfoModel UserInfoController 输出Json数据 System.Text.Json程序全...