Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在查看JSON 语法之后(只是为了好奇)
我注意到了一个不同的地方flow tags edges:
flow tags edges
那么有什么区别:
对比
我相信差异来自词法分析,即数字和字符串是词法“标记”,而值和数组是语法实体(产生)。
您可以看到它value由许多可能的实体组成,包括页面上其他地方定义的实体。
value
string另一方面,不包含页面其他地方定义的实体;您可以将其视为由一些基本或原始实体组成。
string
这样,string和number是终端实体,不再细分;双条表示这一点。
number