Registered by Rob Lanphier

jsonwidget is a set of libraries implementing a form interface for editing arbitrary JSON files

There are two implementations so far: jsonwidget-python, a terminal window implementation suitable for editing forms via ssh or in a local terminal window, and jsonwidget-javascript, a client-side JavaScript library that generates a basic HTML form interface in a Web browser. Application designers using one of these libraries have the option of providing a schema, limiting the input to a subset of valid JSON compatible with whatever application is actually consuming the JSON, or using a provided permissive schema that allows any valid JSON. The libraries are capable of dynamically generating a form is using nothing more than a schema and a JSON file as input.

PPA: https://launchpad.net/~robla/+archive/ppa
  on Karmic: sudo add-apt-repository ppa:robla/ppa

More details can be found on the website: http://robla.net/jsonwidget

Project information

Maintainer:
Rob Lanphier
Driver:
Not yet selected
Licence:
Simplified BSD Licence, GNU LGPL v2.1

RDF metadata

View full history Series and milestones

jsonwidget-python series is the current focus of development.

Get Involved

  • warning
    Report a bug
  • warning
    Ask a question
  • warning
    Help translate

Downloads

Latest version is 0.1.7
released

All downloads

Announcements

  • jsonwidget for python on 2010-03-09
    jsonwidget-python is a library for building terminal-based applications from ...