Converting JSON Schema To DOM Elements In Real-Time
Convert JSON Schema to DOM elements with schema2dom function. Supports array, object, integer, number, string, boolean and enum types. Example usage: `schema2dom({type:"object",properties:{n:{type:"number"},s:{type:"string"}}})