1

I have a JSON url,i want to Parse the URL and get the information from the URL My requirement is to write a java restfull web service which accepts JSON URL as input and which returns the data I have followed the tutorial http://www.mkyong.com/webservices/jax-rs/jersey-hello-world-example/ he passed a String to the WebService method

Could any one help to Write a java WebService?

4

1 回答 1

2

如果您想构建自己的 RESTful API 并想要解析该数据,请使用如何将 Android 与 PHP、MySQL 连接 ,如果您有 API 并想要解析数据,请使用此Android JSON 解析教程

于 2013-06-25T07:16:08.547 回答