I need to pass an associative array from Javascript to a C++ activex control in IE6+. It seems a shame to write my own type for something so standard. It doesn't have to work with native JS objects, I can use a custom associative array type if I need.
I've been googling for a couple days and there isn't a lot of information on this subject. COM and ATL have to have this already, don't they?