Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigbluehat/reformed
Converting JSON into an HTML Form and back
https://github.com/bigbluehat/reformed
Last synced: 2 months ago
JSON representation
Converting JSON into an HTML Form and back
- Host: GitHub
- URL: https://github.com/bigbluehat/reformed
- Owner: BigBlueHat
- License: other
- Created: 2010-06-02T18:56:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-07-26T18:58:19.000Z (over 10 years ago)
- Last Synced: 2024-10-04T18:01:12.289Z (3 months ago)
- Language: JavaScript
- Homepage: http://bigbluehat.github.io/reformed/
- Size: 438 KB
- Stars: 73
- Watchers: 8
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# re:form.ed
Converting JSON into an HTML Form and back
## Reasoning
JSON is a super handy document format that's being used more and more
frequently in Web API's and [databases](http://couchdb.apache.org/) However,
there's not really a handy little form editor for quickly generating or
modifying JSON docs...until now (we hope)!## Simple JSON Editing
re:form.ed's goal is to quickly take any JSON document, turn it into an HTML
form, let you change values and keys, and modify the entire structure of the
JSON document (add new objects, etc), and then output the form back into JSON.Version 0.1 does the basic JSON to HTML Form conversion, allows you to change
keys and values, and output it as a JSON document again.## Licensing
You're welcome to use re:form.ed under the terms of the
[Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0). If
you use it let me know: [@bigbluehat](http://twitter.com/bigbluehat)[![I Love Open Source](http://www.iloveopensource.io/images/logo-lightbg.png)](http://www.iloveopensource.io/users/BigBlueHat)