I am using the cfwddx tag to take a wddx formatted news feed and deserialize it to a coldfusion variable using the action wddx3cfml. I cannot figure out which type of variable I have created. I can pull the first value of the fields by <cfoutput>#VariableName.FieldName#</cfoutput>, but I cannot access the rest of the information. Is the variable that is created by this tag a list or an array.