Newtonsoft.Json

Posted 阳关绿荫的早晨

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Newtonsoft.Json相关的知识,希望对你有一定的参考价值。

技术分享图片
                IdReader = new CertReaderLib.CertReader();                
                Result = Newtonsoft.Json.JsonConvert.DeserializeObject<ReadIDResultInfo>(IdReader.connect());
                if (Result.resultFlag != 0)
                    return Result;
                Result = Newtonsoft.Json.JsonConvert.DeserializeObject<ReadIDResultInfo>(IdReader.readCert());
                return Result;
View Code

 

以上是关于Newtonsoft.Json的主要内容,如果未能解决你的问题,请参考以下文章