Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)