The task
There is a code:
{ "html_attributions" : [], "results" : [ { "geometry" : { "location" : { "lat" : 46.471497, "lng" : 30.750842 } }, "icon" : "???", "id" : "???", "name" : "???", "place_id" : "ChIJkzSdrXAxxkARWx48TYl110Q", "reference" : "???", "scope" : "GOOGLE", "types" : [ "cafe", "food", "point_of_interest", "establishment" ], "vicinity" : "???" } ], "status" : "OK" }
Question
We need a class that can parse all the Json, so as not to parse each one individually, but all at once.