2013年9月4日 星期三

C# 轉 json 套件

Newtonsoft.Json类库下载:http://json.codeplex.com/

using Newtonsoft.Json;

List<string> obj = new List<string>();
string json = JsonConvert.SerializeObject(obj , Formatting.Indented);

標籤:

0 個意見:

張貼留言

訂閱 張貼留言 [Atom]

<< 首頁