我在一个Soap网络服务后获得1个Json我的回复如下所示...我现在无法解析它...请帮帮我
{
"soap:Envelope": {
"soap:Body": {
"MRTHODNAMEResponse": {
"METHODNAMEResult": {
"StatusCode": 0,
"STATUS": {
"content": 0,
"xmlns": "URL"
},
"Name": {
"content": "MR ABCD XYZ",
"xmlns": "URL"
},
"RMessage": {
"content": "successful.",
"xmlns": "URL"
}
},
"xmlns": "URL"
}
},
"xmlns:xsi": "URL",
"xmlns:soap": "URL",
"xmlns:xsd": "URL"
}
}