I have a sinatra server, I need the client in java that receive data using json from sinatra. I have no idea how to do it.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
Use Jersey client to get JSON data from server. Use Gson to convert it from JSON to your objects.