I want to bind a JSON object to a HTML element.
e.g.
I have a object \"person\" with the attributes \"firstName\", \"lastName\"
I recommend taking a look at Knockout. Setting up data binding like you are looking for is very straightforward with it.