摘要: ▲ 读写的文件 XiaoMing.json: {"Name":"小明","Sex":"男","Age":12} JsonWriteTest.json: { "StartX": 1.23, "StartY": 1.24, "EndX": 10, "EndY": "YY", "Favorites": [ 阅读全文
posted @ 2022-12-17 22:22 double64 阅读(251) 评论(0) 推荐(0)
摘要: 引用Newtonsoft.Json.dll using Newtonsoft.Json; 进行对象序列化和反序列化。 服务端: using System; using System.Collections.Generic; using System.Linq; using System.Net; u 阅读全文
posted @ 2022-12-17 21:42 double64 阅读(281) 评论(0) 推荐(0)