开发者

JSON JAVA client to connect server and receive data

开发者 https://www.devze.com 2023-02-15 07:35 出处:网络
I have a sinatra server, I need the client in java that receive d开发者_运维知识库ata using json from sinatra. I have no idea how to do it.Use Jersey client to get JSON data from server. Use Gson to c

I have a sinatra server, I need the client in java that receive d开发者_运维知识库ata using json from sinatra. I have no idea how to do it.


Use Jersey client to get JSON data from server. Use Gson to convert it from JSON to your objects.

0

精彩评论

暂无评论...
验证码 换一张
取 消