1.JSON的序列化和反序列化 Newtonsoft.Json dll 下载地址http://json.codeplex.com/ using System; using System.Collections.Generic; using System.Linq; using System.Text; using Newtonsoft.Json; namespace PlayJSON { class Program { static void Main(string[] args) { List…