1. 程式人生 > >Newtonsoft.Json

Newtonsoft.Json

pen object cert pre clas result ons nco f11

技術分享圖片
                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