适合Unity3D及其他软件使用的外部Json插件 LitJson.dll 导入到项目文件夹中 using LitJson; 局_Json = JsonMapper.ToJson(对象); 对象= JsonMapper.ToObject(局_Json); Newtonsoft.Json.dll 导入到项目文件夹中 using Newtonsoft.Json; 局_Json=JsonConvert.SerializeObject(对象); 对象=JsonConvert.DeserializeObject(局_Json); 乞丐通道: https://mtx.lanzous.com/izOjunul5ed