Okay, I’ve successfully connected to a remote server and received a HTTP/1.1 200 OK response and the response is packed into the HttpResponse object. Now how do I get the data in the response out of it, specifically the JSON that was sent from the server?
Okay, I’ve successfully connected to a remote server and received a HTTP/1.1 200 OK
Share
something like this: duplicate here : How do I parse JSON from a Java HTTPResponse?