Newtonsoft.Json Newtonsoft.Json 是.Net平台操作Json的工具,他的介绍就不多说了,笔者最近在弄接口,需要操作Json。 以某个云计算平台的Token为例,边操作边讲解。 Json 转为 Model 将 Model 转为 Json 将 LINQ 转为 JSON L[......] 继续阅读

2019年12月15日 0条评论 3672点热度 0人点赞 痴者工良 阅读全文

 Newtonsoft.Json Newtonsoft.Json is a tool for manipulating JSON on the .Net platform. There is no need to elaborate on its introduction; I have[......] 继续阅读

2019年12月15日 0条评论 114点热度 0人点赞 痴者工良 阅读全文

使用Json存储时间需要转为对象时, 要使用如下面的格式 2019-12-06T17:15:52Z Z 表示时区 使用示例: 表示北京时间 2019-12-06T17:15:52+08:00 但是前端、C#时间转换和数据库的时间处理,协调起来会比较麻烦,JSON和字符串转时间也会麻烦。 根据笔者的校[......] 继续阅读

2019年12月6日 2条评论 4066点热度 0人点赞 痴者工良 阅读全文

Using JSON to store time requires converting it to an object in the following format: 2019-12-06T17:15:52Z The 'Z' indicates the time zone. For examp[......] 继续阅读

2019年12月6日 2条评论 122点热度 0人点赞 痴者工良 阅读全文

Workflow Core 的Json笔记 1,设计项目是,由单独的项目存储那些步骤点,生成单独的dll json如下 { "Id": "HelloWorld11", "Version": 1, "Steps&quot[......]继续阅读

2019年7月31日 1条评论 6206点热度 8人点赞 痴者工良 阅读全文

Workflow Core's Json Notes The design project stores those step points in a separate project, generating a separate dll. The JSON is as follows: {[......]继续阅读

2019年7月31日 1条评论 90点热度 8人点赞 痴者工良 阅读全文
12