There is some data which I usually access as (it comes from json
originally):
track = data[‘trackId’]
Now sometimes I get ‘Trackid’ and ‘TrackId’ instead of ‘trackId’ so my
question is: how do I make this access to the element case insensitive?
Thanks