var d = ["foo" : ["bar" : ["bazz": ["fizz" : 5]]]]; print d; d["foo"]["bar"]["bazz"]["fizz"] = 66; print d;