I am building a form in HTML out of a javascript object that I've imported from a JSON file. I use a recurisve algorithm to build HTML tables, and respective elements (labels, text boxes, etc.) The fields load with the value of the current node.I am building a form in HTML out of a javascrip