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 265 B
{ "schema": { "code": { "type": "string", "title": "Some JSON" } }, "form": [ { "key": "code", "type": "ace", "aceMode": "json", "aceTheme": "twilight", "width": "100%", "height": "200px" } ] }