Nested Structure Question
Hi,
How can I get the value of a key that is in a nested structure?
I have this code
<cfset returnStruct = CreateObject('Component','someCFC').validateData( paramData ) />
<cfdump var="#returnStruct #" />
When I dump out "returnStruct" there are a few keys, I see the outermost structure, and in the first key of the outermost structure is a nested structure. I'm trying to get the value of a specific key inside the nested structure. The problem is the nested structure doesn't really have a name, it's just there ![]()
How can I do this? I should know this but can't recall how. If someone can provide the syntax that would be great.
Thanks,
-ws
