How to declare this kind of Structure in Javascript

User

New Member
I need to declare and insert elements in this type of structure which is required by the web service. So the input of my service like this:\[code\]data["A"]["12"]="word" (data)["String"]["String"]=(String)\[/code\]i dont know if this called (HashList or MapList)I think it's not a Multi dimensional array becore is not indexed by 0,1....nHow can i declare this type of structure?
 
Top