import json

with open('data/train-v2.0.json') as squad_file:
    squad = json.load(squad_file)
    
context = squad['data'][3]['paragraphs'][3]['context']
context

'''Before the release of iOS 5, the iPod branding was used for the media player
included with the iPhone and iPad, a combination of the Music and Videos apps on
the iPod Touch. As of iOS 5, separate apps named "Music" and "Videos" are 
standardized across all iOS-powered products. While the iPhone and iPad have 
essentially the same media player capabilities as the iPod line, they are generally
treated as separate products. During the middle of 2010, iPhone sales overtook
those of the iPod.'''