I have an HTTPService call that returns values. How do I convert to the following object format?
private var inputTable2:Object =
{
"Nevada":"John Smith",
"Northern California":"Jane Smith",
"Southern California":"Al Gore",
"France":"Europe",
"USA":"workss"
};

