Javascript Object Example by klode January 24, 2014 JavaScript var obj = {pippo: "boh"} obj["cla"] = "blah" console.log(JSON.stringify(obj));