I\'m using Python to parse through some JSON data for specific values. Specifically I want to pull the following:
Insted of fields['events']['public'] it should be fields['events'][0]['public']
fields['events']['public']
fields['events'][0]['public']