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:
data["A"]["12"]="word" (data)["String"]["String"]=(String)
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....n How can i declare this type of structure?