Often it is possible to either return data to the Flex app in standard
object notation, or to reconfigure the data that way after it comes back
to the Flex app in the result handler. The standard notation I'm
referring to is:{ {key1: "value 1", key2: "value2", key3: "value3"},
{key1: "value 1", key2: "value2", key3: "value3"}, {key1: "value 1",
key2: "value2", key3: "value3"}, {key1: "value 1", key2: "value2", key3:
"value3"}}So in this way the data is already structured as an
associative array,...