I have successfully deserialized my JSON data into a structure, however, it appears to be a multilayered structure with an array inside of it. How do I get the data where the arrows are in the image into a usable variable?
I have already tried several ways to try and get the data but get various error messages. Our current solution isn't multi-layered like this so this type of variable works, but not with this new response.
The image is dumping this variable:
<cfset responseStruct = deserializeJSON(response.Filecontent)>
