Learning ColdFusion 8: Implicit Struct And Array Creation
<cfset objStruct = Echo( Value = { Foo =
"Bar"
} ) />
For Cut-and-Paste
<cfset objStruct = Echo( Value = { Foo = "Bar" } ) />