1 Like other answers have pointed out, the accepted answer to this question seems to ignore the data structure misunderstanding of the original poster. The main issue seems to be that the original solution treats the JSON purely as a dictionary, when in fact it is a… dictionary within a list, within a dictionary, within a dictionary
https://stackoverflow.com/questions/16129652/accessing-json-elements



