SyntaxFix
Write A Post
Hire A Developer
Questions
Something like this:
setUsers = function (data) { for (k in data) { user[k] = data[k]; } }