JSON to HTML Converter Usage var j2ht = new J2HConverter(<json_string>, <id_of_container_element>); j2ht.convert(); Additionally, table attributes can be set using object: j2ht.attributes = { class: "css_class_name" };