JSON JAVA client to connect server and receive data
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.
精彩评论