Download List

프로젝트 설명

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-04-22 16:03
0.1.7

새로운 항목을 삽입하는 명령은 jsonedit에 추가되었습니다. 새로운 TreeFileDatatype과 TreeFileWrapper 클래스는, 그것이 쉽게 새로운 편집자를 만들 수 있도록 추가되었습니다. 새로운 yamledit 예제는 더 나은 설명서와 함께 제공된 일부 초기 단위 테스트 및 기타 사소한 개선 및 버그수정.
Tags: Python
A new insert item command was added in jsonedit. New TreeFileDatatype and TreeFileWrapper classes were added, which make it easier to create new editors. A new yamledit example was provided along with better documentation, some initial unit tests, and other minor improvements and bugfixes.

2010-03-10 06:55
0.1.3

이 릴리스에는 우분투 Karmic에 패키지되어 제공됩니다.
Tags: Python
This release is packaged for Ubuntu Karmic.

Project Resources