开发者

Tools for describing JSON schemas

开发者 https://www.devze.com 2023-04-02 22:07 出处:网络
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 ther开发者_如何学Pythone any online (preferably) tool to create diagrams li

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 ther开发者_如何学Pythone 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.


These types of syntax diagrams are known as "railroad diagrams".

There is an online tool at http://bottlecaps.de/rr/ui that you can use to generate tour own diagrams. You must specify your grammar in EBNF notation.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号