golang json and slices of interface
问题 I am having trouble iterating over slices of interfaces that contain slices of interfaces. This problem has arisen through attempting to work with an API call which returns JSON data. There is quite a lot of data returned and the structure differs quite dramatically depending on the request. There is also no structure for the JSON responses in the API documentation so I am trying to implement some methods for working with arbitrary JSON responses. Presently when the initial call is made it is