Alright I'm a little fuzzy on iterating through javascript objects still, so hopefully you guys can clear this up for me. I'm using jQuery and Knockout to spit out server data sent as JSON. Everything seems to be working great except the actual values of the array don't seem to be applying, but I DO get the table rows constructing and there are no errors, so it has to be with my Guest(data){} function. I feel like I'm probably pointing it to the key instead of the value. Take a look at my code and JSON structure and tell me what you think.Alright I'm a little fuzzy on iterating through