I just started looking at android app development. For my first test app i want to fetch a json object from a public rest api, e.g. Twitters.
Is there any way to deserialize the JSON in to an anonymous object? Or do i have to parse it manually and create a dictionary with key value pairs or something similar?
Thanks