JSON 架构生成器程序
是否有现有程序可以帮助形成 JSON 架构?
Is there an existing program that helps forming a JSON Schema?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否有现有程序可以帮助形成 JSON 架构?
Is there an existing program that helps forming a JSON Schema?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
检查此演示。目前还处于早期阶段,但您已经可以使用架构约束编辑 json 文档以及设计架构本身。
这里有一个关于基于架构的 JSON 编辑器的官方帖子:
Check this demo one. It is at an early stage but you can already edit jSON documents with a schema constraint as well as design a Schema itself.
And here is an official thread about Schema-based JSON editor:
您可以使用有序。他们有用于模式描述的 DSL,您可以在线尝试。
You can use Orderly. They have DSL for schema description and you can try it online.
您可以尝试这个(XML ValidatorBuddy),它实际上是一个 XML 编辑器,但它也支持 JSON 和特别是 JSON 模式编辑。该编辑器是一个 Windows 桌面应用程序,可以对 JSON 模式文件进行自动完成和语法着色。您还可以根据 JSON 架构验证 JSON 文件。
You could try this one (XML ValidatorBuddy) which is actually an XML editor but it also supports JSON and especially JSON Schema editing. The editor is a Windows desktop application and can do auto-completion and syntax-coloring for JSON schema files. You can also validate your JSON files against JSON schema.
您可以在 Liquid XML Studio 中执行此操作,但它是一个商业产品
You can do this in Liquid XML Studio, but its a commercial product
这本身并不能帮助您创建“架构”,但它是一种导航和管理 JSON 数据的可视化方式。
http://braincast.nl/samples/jsoneditor/
This isn't exactly something that'll help you with a 'schema', per se, but it's a visual way to navigate and manage JSON data.
http://braincast.nl/samples/jsoneditor/
有一个很棒的工具可以帮助您开始生成 JSON 架构: http://www.jsonschema.net/ 。只需提供示例 JSON 文件,然后就会出现一个 JSON 架构,然后您可以对其进行调整。
There's this great tool to get you started on generating a JSON Schema: http://www.jsonschema.net/ . Just feed a sample JSON files and out comes out a JSON Schema that you can then tweak.