简体   繁体   中英

Passing JSON URL to java Restful WebService

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM