Parse Json with Gson without POJO?
问题 Hoping there is an easy solution from someone on here. I know there are similar questions but I can't seem to modify them to work with my problem. I am trying to parse the string for "formatted_address" in this json response: { "results" : [ { "address_components" : [ { "long_name" : "Google Building 42", "short_name" : "Google Bldg 42", "types" : [ "premise" ] }, { "long_name" : "1600", "short_name" : "1600", "types" : [ "street_number" ] }, { "long_name" : "Amphitheatre Parkway", "short