用于描述 JSON 模式的工具
我正在编写规范,需要描述一些 JSON 对象。大型 JSON 往往会因为文本和选项卡而变得过于混乱。是否有任何在线(最好)工具可以创建类似于 http://www.json.org/ 或 http://www.sqlite.org/lang_altertable.html。他们使用它们来描述语法,但是,有类似的东西来描述 JSON 对象吗?它们非常适合表示必需的、可选的、数组等对象。
I'm writing a spec and need to describe some JSON objects. Big JSONs tend to get too confusing with text and tabs alone. Is there any online (preferably) tool to create diagrams like the ones on http://www.json.org/ or http://www.sqlite.org/lang_altertable.html. They use them to describe syntax, but, is there anything like it to describe JSON objects ? They are great to represent objects that are required, optional, arrays, etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些类型的语法图被称为“铁路图”。
https://www.bottlecaps.de/rr/ui 有一个在线工具您可以使用它来生成游览自己的图表。您必须以 EBNF 表示法指定语法。
These types of syntax diagrams are known as "railroad diagrams".
There is an online tool at https://www.bottlecaps.de/rr/ui that you can use to generate tour own diagrams. You must specify your grammar in EBNF notation.