这个用来解释Json语法的描述语言是什么?

What is this description language used to explain Json Syntax?

虽然我能猜出下图代表什么,但是你能告诉我这个语言的技术名称是什么,它是怎么读的吗?

1

内四分之一圈和外四分之一圈有区别吗?

来源:Json

这只是将 EBNF(或 BNF)表示为 railroad diagram. The JSON diagrams are similar to those used to describe the syntax for SQLite

这些图表作为标准(或准标准)可能是使用 Tex 生成的,可能带有 PSTricks、pst-node 或 PGF/Tikz 包,如 here, for JSON, and here 所述,用于 SQLite。

... how is it read?

就像火车沿着轨道行驶。 JSON.

就这么简单

铁路图已用于描述 Pascal 和 Fortran 77 语言。在这些情况下,额外的复杂性来自图表的剪切数量,但每个图表都和其他图表一样容易理解。 (但是,这些图表很可能是手绘或起草的)。

Is there any difference between the inward and outward quarter circles?

没有