Sending a Dictionary through ExternalInterface?

Has anyone tried sending a Dictionary through the arguments of ExternalInterface.call() ?

What happens to it when it reaches the Javascript side, because from what I understand JavaScript does not have a Dictionary implementation.