https://github.com/khaeru/sdmx/blob/5468692f768960312296e1eae2491b33e72c4aca/sdmx/reader/json.py#L81 In there, `structure` is a list but treated in the rest of the code as a dict (most likely as `structures[0]`)
sdmx/sdmx/reader/json.py
Line 81 in 5468692
In there,
structureis a list but treated in the rest of the code as a dict (most likely asstructures[0])