using System; using System.Collections.Generic; using System.Text; using System.Web; using System.Data; using Newtonsoft.Json; namespace MxWeiXinPF.Common { public class JsonHelper { /// /// 对象转JSON /// /// 对象