Hey All,<br><br>I&#39;m currently working on some tools which aim to read in JSON data into perl data structures (with JSON::XS), and then automatically generate TT templates for HTML forms, based on the data types of the elements within the data structure. <br>

<br>So far I have working code, but I was curious if were more common ways of doing this?  I&#39;ve searched CPAN for similar modules, but haven&#39;t found any so far.<br><br>Template Toolkit isn&#39;t necessary, but I figured I&#39;d incorporate that early since it makes dealing with HTML much less cumbersome.  The basic goal is to be able to read JSON data and dynamically generate an HTML form (without hard-coding any of the name/value elements), and then use that form to save the data back to JSON format.<br>

<br>Experience with XML would likely be relevant here as well.<br><br>Thanks!<br><br>Bobby<br>