Skip to content

Commit d53028f

Browse files
committed
Add a missing description of list objects and set objects.
Fixes #234.
1 parent adaccd9 commit d53028f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,14 @@ <h2>Uses of JSON Objects</h2>
13701370
See <a class="sectionRef" href="#describing-values"></a> for more information,
13711371
and <a class="sectionRef" href="#value-objects"></a> for the normative definition.
13721372
</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>
13741381
<dt>Map Objects</dt><dd>
13751382
JSON-LD uses various forms of <a>maps</a> as ways to more easily access values of a <a>property</a>.
13761383
<dl>

0 commit comments

Comments
 (0)