Skip to content

Commit 2a50449

Browse files
committed
Update the lexical-to-value mapping to use JSON.parse from ECMASCRIPT.
1 parent 8e0fbbb commit 2a50449

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11425,7 +11425,8 @@ <h3>Serializing/Deserializing RDF</h3>
1142511425
<dt>The lexical-to-value mapping</dt>
1142611426
<dd>is the result of parsing the lexical representation into
1142711427
an internal representation consistent with [[ECMASCRIPT]] representation
11428-
according to <a data-cite="RFC8259#section-9">Section 9 Parsers</a> of [[RFC8259]].</dd>
11428+
created by using the <code>JSON.parse</code> function as defined in
11429+
<a data-cite="ECMASCRIPT#sec-json-object">Section 24.5 The JSON Object</a> of [[ECMASCRIPT]].</dd>
1142911430
</dl>
1143011431
</section>
1143111432
</section>

0 commit comments

Comments
 (0)