I want to build an HTML form from a JSON description, inputEx seems to do what I want.
When I try to load JSON into
http://neyric.github.com/inputex/tools/builder/index.html , the response to the POST is a "405 Not Allowed" error from the nginx server. I think the URL doesn't support POST. I'll get a 405 even if I click [Cancel]. I cloned the git repo and a Load in my local tools/builder/index.html does nothing. Maybe the Load isn't hooked up to anything? (This is in SeaMonkey 2.1b1 and Firefox 4.0b10.)
If I enter invalid JSON in the Load pop-up window it fails validation (good), but it won't accept seemingly valid sample JSON Schema copied from
http://tools.ietf.org/html/draft-zyp-json-schema-03 . I tried switching the "required" attribute to the older "optional" but that didn't help. What JSON Schema variant is it checking?
Thanks for this intriguing system. (Apologies for the formatting of thsi HTML, I can't figure out the new Google Groups UI to give plain ASCII.)