brutusin / json-forms

JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided
http://brutusin.org/json-forms
Apache License 2.0
607 stars 168 forks source link

I need an example JSON submit Form POST #54

Closed eloaders closed 7 years ago

eloaders commented 7 years ago

Is it possible to use JSON in a form that can send using the POST method to the server? And create a form using GET?

idelvall commented 7 years ago

Sorry but I don't understand what you need, and how it is related to this library

eloaders commented 7 years ago

I want create a FORM using JSON file format which DATA stored in JSON file will be sent via POST method to SERVER.

idelvall commented 7 years ago

yes it is possible, once you obtain the JSON data from the form generated by the library (obtained from a JSON Schema that you specify) you can do whatever you want with it in javascript, from example sending its JSON representation using another form under your control, or sending it via AJAX or websockets