Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marianoguerra/json-edit
schema to form + validation to json that conforms to schema
https://github.com/marianoguerra/json-edit
Last synced: 7 days ago
JSON representation
schema to form + validation to json that conforms to schema
- Host: GitHub
- URL: https://github.com/marianoguerra/json-edit
- Owner: marianoguerra
- Created: 2012-06-13T14:30:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T14:01:32.000Z (over 8 years ago)
- Last Synced: 2024-11-01T00:32:00.655Z (14 days ago)
- Language: JavaScript
- Size: 1.52 MB
- Stars: 61
- Watchers: 9
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.rest
Awesome Lists containing this project
README
json-edit
=========what
----*json-edit* is a javascript library that takes a json schema[1] as input,
generates a form to input information described by the schema, validates the
input and returns a json object that respects the provided schema.this allows you to **describe** the shape of the data you want and let
*json-edit* make the ugly work.[1] http://tools.ietf.org/html/draft-zyp-json-schema-03
who
---marianoguerra
why
---I'm tired of writing boring, error-prone and repetitive forms and validation.
also, I need it for something :)
test it
-------http://marianoguerra.github.com/json-edit/test
try it
------http://marianoguerra.github.com/json-edit
download it
-----------the javascript is in the js folder, you will also need jquery and legojs.
license
-------LGPL + optional beer for the creator