用于描述 JSON 模式的工具

发布于 2024-12-03 03:07:29 字数 326 浏览 0 评论 0原文

我正在编写规范,需要描述一些 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

万水千山粽是情ミ 2024-12-10 03:07:29

这些类型的语法图被称为“铁路图”。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文