JsonSchema.net是一个从JSON数据自动生成JSON Schema的工具. 模式生成根据 IETF JSON Schema Internet Draft. 草案规范, 此工具包括5个主要功能:
接受JSON输入,并根据此输入生成秒速此JSON输入的JSON Schema
Provides a GUI to modify the schema generated with useful additional information defined in the JSON Schema Internet Draft.
提供修改JSON Schema结构的UI界面
提供友好的编辑功能
JSON Scheme文本格式化,对应用程序更友好.
JSON Schema 在线编辑器,用jQuery实现。
官方首页:http://www.jsonschema.net/faq.html
免费下载:http://www.jsonschema.net/
来自:开源中国社区

