Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 312 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 312 Bytes

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" };