
jsonf
JSONForms are HTML forms that have hierarchy. They are more than just key-value pairs. They are rich data graphs, with nested objects and arrays. To use it, you arrange your form fields inside containers marked with specific CSS classes. Then with a single function call, your form turns into a deep JSON object.
http://jsonf.googlecode.com/svn/trunk/demo.html'>View the demo!
An initial reference implementation is provided as a jquery plugin. Download:
http://jsonf.googlecode.com/svn/trunk/jquery.jsonf.js'>jquery.jsonf.js
Project Information
- License: Apache License 2.0
- 5 stars
- svn-based source control