JSON 网站使用非常清晰的符号来描述 JSON 的语法:
(来源:json.org)
这种符号的名称是什么?这只是 BNF 的图形表示还是它有自己的名字?
These are called Syntax Diagrams (or railroad diagrams)
"are a way to represent a context-free grammar. They represent a graphical alternative to Backus–Naur Form or EBNF"
它们被称为“铁路图”