UNPKG

jsonform

Version:

Client-side JavaScript library that generates HTML forms from structured data models expressed using a JSON schema, possibly completed by a form layout description.

18 lines 246 B
var tests = [ { name: 'minimal', jsonform: { schema: { textfield: { type: 'string' } }, form: [ { key: 'textfield', type: 'wysihtml5' } ] } } ];