I want to render some json data using HTML template.
I haven\'t started implementing anything yet, but I would like to be able to \"set\" values of data from json t
Why not store it as nature intended: as a javascript object? The DOM is a horrible place.
That said, jQuery has the data method that allows just this.