Hero is coming back

风吹呀吹

风会指引你前进的方向

C# Model TO JSON

NuGet安装转json包

 

using Newtonsoft.Json;
using Newtonsoft.Json.Converters;

IsoDateTimeConverter timeFormat = new IsoDateTimeConverter();
var b = JsonConvert.SerializeObject( 实体类构造的对象 , Newtonsoft.Json.Formatting.Indented, timeFormat);

 

posted @ 2017-11-28 20:15  风吹呀吹  阅读(781)  评论(0编辑  收藏  举报