Json.NET
Json.NET下载地址:http://json.codeplex.com/
①添加引用
using Newtonsoft.Json;
②调用方法
string jsonStr = JsonConvert.SerializeObject(list);
LitJSON
下载LitJSON
添加DLL
①添加引用
using LitJson;
②使用方法
JsonMapper.ToJson(list)
Json.NET下载地址:http://json.codeplex.com/
①添加引用
using Newtonsoft.Json;
②调用方法
string jsonStr = JsonConvert.SerializeObject(list);
下载LitJSON
添加DLL
①添加引用
using LitJson;
②使用方法
JsonMapper.ToJson(list)