首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

c# 解析json字符串解决方法

2012-03-19 
c# 解析json字符串json字符串如下:C# code{customer:{aBrushCount:94,brushCount:1000,companyName

c# 解析json字符串
json字符串如下:

C# code
{"customer":{"aBrushCount":94,"brushCount":1000,"companyName":"有限公司","department":"服务中心","name":"yxl","position":"程序员","sNo":"6585193263"},"message":"","state":-300}


PS:wince程序 vs2005 创建的

[解决办法]
.net framework 3.5 above

System.Runtime.Serialization.Json

热点排行