Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • I don't want to render a html site client side. I want to avoid html. Commented Dec 24, 2014 at 16:14
  • @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. Commented Dec 24, 2014 at 16:18
  • 2
    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. Commented Dec 24, 2014 at 16:23
  • schemata are a way to define standards. I ask if there is something like a "standard" Commented Dec 24, 2014 at 16:23
  • @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. Commented Dec 24, 2014 at 16:26