Learning ColdFusion 8: Implicit Struct And Array Creation
<cfset objData = { Key1 =
"Value1"
, Key2 =
"Value2"
} />
For Cut-and-Paste
<cfset objData = { Key1 = "Value1", Key2 = "Value2" } />