I am using the low level API to get an HTTPResponse object as the response to my get request to a URL(an API function).
What is the quick and easy way to parse the content of that object? The response will be a JSON response, and I want to use Google GSON to convert that JSON data into Java object…
How do I accomplish this?
If your response is a string, you can do: