Skip to content

Commit 24540bb

Browse files
committed
JSON requires that member keys are strings, no need to repeat that
1 parent b0addea commit 24540bb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

spec/latest/json-ld-syntax/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2843,8 +2843,7 @@ <h3>Node Object</h3>
28432843
<li><tref>false</tref>,</li>
28442844
<li><tref>null</tref>,</li>
28452845
<li><tref>node object</tref>,</li>
2846-
<li><tref>expanded typed value</tref>,</li>
2847-
<li><tref>expanded language-tagged string</tref>,</li>
2846+
<li><tref>expanded value</tref>,</li>
28482847
<li><tref>list</tref> or <tref>set</tref>,</li>
28492848
<li>an <tref>array</tref> of zero or more of the possibilities above,</li>
28502849
<li>a <tref>language map</tref>, or </li>
@@ -2894,8 +2893,7 @@ <h2>Annotation Map</h2>
28942893
An <tref>annotation map</tref> may
28952894
be used as a <tref>term</tref> value within a <tref>node object</tref> if the
28962895
term is defined with <code>@container</code> set to <code>@annotation</code>.
2897-
The keys of a <tref>annotation map</tref> MUST be
2898-
<tref title="string">strings</tref> with an associated value that is any
2896+
The values of the members of an <tref>annotation map</tref> MUST be any
28992897
of the following types:</p>
29002898
<ul>
29012899
<li><tref>string</tref>,</li>

0 commit comments

Comments
 (0)