0

我在 .net 中有响应我的 Web 服务

为了解析这种响应,我参考了Android Json Parsing Tutorial
任何帮助将不胜感激。但仍然收到 JSONException。提前致谢。

4

1 回答 1

1

看来您的 Json 格式是正确的,但它不应该有 xml 标签。不要使用 WebMethod。像这样调用带有标签的方法

[WebInvoke(Method = "GET",
       RequestFormat = WebMessageFormat.Json,
       ResponseFormat = WebMessageFormat.Json
      )]
于 2013-05-08T12:01:10.923 回答