BigBlueHat / reformed

Converting JSON into an HTML Form and back
http://bigbluehat.github.io/reformed/
Other
73 stars 8 forks source link

Validation #2

Open nickl- opened 12 years ago

nickl- commented 12 years ago

You definitely need validate even if it just turns the fields red and returns false on form submission. You would probably use JSV I would imagine. If not included in your project as a submodule then at least make some way to use it optionally and document that, this is the most popular validator for js I know about.

I wonder why this is not being used otherwise have you tried incorporating with backbonejs write a tutorial that should get you noticed.

This stackoverflow issue requires your response

Let me know what you want to do, I might be able to squeeze in some time. Keep up the good work!

BigBlueHat commented 10 years ago

I'm also toying with adding JSON-LD support for schemas. They can be provided with the JSON or via remote loading (similar to $ref in JSON Schema).

Would love to support them both, ideally. :grin: