我在.net中有responds me
的Webservice为了解析这种rsponse,我提到了Android Json Parsing Tutorial。
任何帮助都会受到赞赏。但仍然得到JSONException。
提前谢谢。
答案 0 :(得分:1)
它似乎你的Json格式是正确的但它不应该有xml标签。不要使用WebMethod。使用像这样的标记调用方法
[WebInvoke(Method = "GET",
RequestFormat = WebMessageFormat.Json,
ResponseFormat = WebMessageFormat.Json
)]