I\'m trying to use gson to convert this returned JSON into some kind of data structure such that I can extract useful data.
For Example:
http://search.twitte
There are some tools that do gson to schema mapping. You give some sample JSON responses, and the java classes to access them are created for you.
http://www.jsonschema2pojo.org/