Extracting an internal JSON object from another JSON object – Twitter API
I'm trying to show a list of tweets using Twitter API, using the fromJson factory. Each tweet object has an extended_entities object which is an array of media objects. If you're not familiar with the Twitter API you can see…