OK, the title may be confusing, but here is what I am trying to do: I have two objects
var smallObject = {
"FirstName" : "pacman",
"LastName" : "gamer",
"SSN" : "123-45-6789"
}
var largeObject = {
"FirstName" : "pacman",
"LastName" : "gamer",
"SSN" : "123-45-6789",
...
...
...
...
}
I want to be able to only copy (replace if different) the values in smallObject but not add any of the additional from largeObject