Timeline for Does a Form describing JSON "Standard" exist?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 20 at 23:07 | vote | accept | vikingosegundo | ||
| Dec 24, 2014 at 16:26 | comment | added | Hey | @vikingosegundo the way the jsonform project handles this (and some other projects), the schema actually defines the form. There is not some other format that describes the form and the schema defines that format; the schema defines the form directly. | |
| Dec 24, 2014 at 16:23 | comment | added | vikingosegundo | schemata are a way to define standards. I ask if there is something like a "standard" | |
| Dec 24, 2014 at 16:23 | comment | added | try-catch-finally | Hey, my understanding of the (quite verbose) question is that the TO wants to know if there's a JSON-based standard that describes how forms (input elements like textareas and checkboxes) are layed out. vikingosegundo, please confirm that by clarifying/updating your question. | |
| Dec 24, 2014 at 16:18 | comment | added | Hey |
@vikingosegundo is there some "standard" already how such a JSON should look like? -- JSON Schema is that standard. If you don't actually need to create forms, you could just look at joshfire/jsonform as an example of how JSON Schema would be applied to JSON representing a form.
|
|
| Dec 24, 2014 at 16:14 | comment | added | vikingosegundo | I don't want to render a html site client side. I want to avoid html. | |
| Dec 24, 2014 at 16:12 | history | answered | Hey | CC BY-SA 3.0 |