正则表达式 在线跪求高手 急急急...!!!
{
"Title": "测试",
"UserMail": "test.test@test.com.cn",
"TmpName": "test.html",
"Attachment": [
{
"Path": "\test\test.txt"
},
{
"Path": "\test\test1.txt"
}
],
"VTemplateMyCol": {
"city": "上海",
"TaskName": "测试任务",
"NowTime": "2013-03-26 13:58:57",
"log": [
{
"type": "开始设计",
"content": "开始设计",
"Time": "2013-03-26 13:37:56"
},
{
"type": "设计确认信",
"content": "设计已经完成请确认",
"Time": "2013-03-26 18:30:06"
}
]
}
}
json数据如上面所示 需要通过正则表达式匹配
VTemplateMyCol属性下所有字段值 注:
VTemplateMyCol下属性名称和个数都不固定 类型也不固定可能List 跪求大神解救。。。!!!
------解决方案--------------------转换对象为JSON格式数据
http://www.cnblogs.com/tearer/archive/2012/04/01/2428869.html
------解决方案--------------------json解析,http://www.cnblogs.com/pen-ink/archive/2011/10/06/2199715.html
------解决方案--------------------
不好意思,是我贴错了http://blog.csdn.net/gaofang2009/article/details/6073029