Question
Can a structure be stored in a string using structure notation
Is there any way to store a structure as a string, for
example in a database, that could be converted runtime like
javascript can with eval, something like <cfset
tmp=Evaluate("{VarA=[1,2,3]}")>
