If you forgot/don't know what it looks like and don't know what I'm talking about here's an example:
var achievements = {
"achievement1": {
name: "Test Achievement!",
unlocked: false
},
"achievement2": {
name: "Another Test Achievement!",
unlocked: false
},
}