File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -1370,7 +1370,14 @@ <h2>Uses of JSON Objects</h2>
1370
1370
See <a class="sectionRef" href="#describing-values"></a> for more information,
1371
1371
and <a class="sectionRef" href="#value-objects"></a> for the normative definition.
1372
1372
</dd>
1373
- <dt><a>List Objects</a> and <a>Set objects</a></dt><dd></dd>
1373
+ <dt><a>List Objects</a> and <a>Set objects</a></dt><dd>
1374
+ <a>List Objects</a> are a special kind of JSON-LD <a>maps</a>,
1375
+ distinct from <a>node objects</a> and <a>value objects</a>,
1376
+ used to express ordered values by wrapping an <a>array</a> in a <a>map</a> under the key `@list`.
1377
+ <a>Set Objects</a> exist for uniformity, and are equivalent to the array value of the `@set` key.
1378
+ See <a href="#lists" class="sectionRef"></a> and <a href="#sets" class="sectionRef"></a>
1379
+ for more detail.
1380
+ </dd>
1374
1381
<dt>Map Objects</dt><dd>
1375
1382
JSON-LD uses various forms of <a>maps</a> as ways to more easily access values of a <a>property</a>.
1376
1383
<dl>
You can’t perform that action at this time.
0 commit comments