I am looking for a solution to create a single multidimensional associate array in javascript.
What I have: I have a mysql database I am accessing with php and have
This :
changes[key[newValue]]
Should be:
changes[key][newValue]